Plot equation in Home view (e.g Function plot) using result from CAS view
|
07-20-2019, 12:25 AM
(This post was last modified: 07-20-2019 12:41 AM by toshk.)
Post: #5
|
|||
|
|||
RE: Plot equation in Home view (e.g Function plot) using result from CAS view
Try this;
#cas test(myPoly):= BEGIN L0:=myPoly //myPoly pass straight up to my Poly2symb cause your error; but saving it to L0 forces it to list STARTAPP(Function); //F1 is not only reserved Var for Function App but also Spreadsheet F1:=unapply(poly2symb(L0,x),x); RETURN F1(x); END; #end Also Function App can straight up take some built in function: F1 type in poly2symb({1,2,3},X) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Plot equation in Home view (e.g Function plot) using result from CAS view - teerasak - 07-19-2019, 07:37 AM
RE: Plot equation in Home view (e.g Function plot) using result from CAS view - toshk - 07-19-2019, 02:11 PM
RE: Plot equation in Home view (e.g Function plot) using result from CAS view - Han - 07-19-2019, 02:13 PM
RE: Plot equation in Home view (e.g Function plot) using result from CAS view - victorvbc - 07-19-2019, 09:38 PM
RE: Plot equation in Home view (e.g Function plot) using result from CAS view - toshk - 07-20-2019 12:25 AM
RE: Plot equation in Home view (e.g Function plot) using result from CAS view - teerasak - 07-21-2019, 03:27 PM
|
User(s) browsing this thread: 3 Guest(s)