Post Reply 
Create function by program and store as variable ?
09-26-2015, 04:41 PM (This post was last modified: 09-26-2015 06:19 PM by xset.)
Post: #5
RE: Create function by program and store as variable ?
When i do it in CAS programming mode i can't force to execute EXPR and EVAL, they just become symbolic names.

I've found that one can see rewritten body of CAS function translated in something like XCas syntax ??? I suspect these code executed by CAS engine.

Found undocumented shit:
program(x,0,x)
gives function x->x

also works in CAS window expr("program(x,0,x)")
gives functional object which you can store in variable.
I also found undocumented mysterious functions bloc(expr1,expr2) which allow group expressions within functional declaration.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Create function by program and store as variable ? - xset - 09-26-2015 04:41 PM



User(s) browsing this thread: 1 Guest(s)