Write an equation that contains several variables, and go immediately to solve them
|
03-07-2021, 08:37 PM
Post: #10
|
|||
|
|||
Write an equation that contains several variables, and go immediately to solve them
Not sure if this helps but, if you don't mind enclosing your equation in double quotes, this program:
PHP Code: #pragma mode( separator(.,;) integer(h32) ) will create any app variables that do not already exist and return a list. DelAVars({"y","x"}); makevars("exp (x) * 2sin (y)"); returns: {"x","y"} -road |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)