how to use a subscripted variable in a "depends" statement
Subject: how to use a subscripted variable in a "depends" statement
From: Ether Jones
Date: Sat, 29 Oct 2011 12:16:31 -0700 (PDT)
Is there a way to use a subscripted variable in a "depends" statement?? See below:
(%i1) depends(i[1],t);
depends: argument must be a symbol; found: i[1]
?-- an error. To debug this try: debugmode(true);
Thank you.