Post Reply 
How to save a CAS program
07-30-2014, 02:36 PM
Post: #8
RE: How to save a CAS program
The basic issue boils down to this: CAS programs are not really programs but rather saved function objects. There is no difference between f(x)->x^2 and a much more complicated func()->begin...end that has hundreds of lines.

What this means is that there is no way to save them separately or differently at this point in time. There are several possible solutions/workarounds, but all of them are dependent on some other things that are quite tricky to implement and in order to resolve completely will requires some significant changes/updates.

In short, no matter how big or large the CAS "program", you really should think of them as a function definition and the restrictions/behavior in place currently suddenly makes much more sense.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to save a CAS program - Alberto Candel - 07-24-2014, 05:55 PM
RE: How to save a CAS program - Joe Horn - 07-29-2014, 06:36 AM
RE: How to save a CAS program - Thomas_Sch - 07-29-2014, 02:19 PM
RE: How to save a CAS program - Joe Horn - 07-30-2014, 08:31 AM
RE: How to save a CAS program - Thomas_Sch - 07-30-2014, 08:55 AM
RE: How to save a CAS program - Tim Wessman - 07-30-2014 02:36 PM
RE: How to save a CAS program - parisse - 07-30-2014, 03:22 PM
RE: How to save a CAS program - Thomas_Sch - 07-30-2014, 08:17 PM
RE: How to save a CAS program - parisse - 07-31-2014, 07:48 AM
RE: How to save a CAS program - Thomas_Sch - 07-31-2014, 11:47 AM
RE: How to save a CAS program - debrouxl - 07-30-2014, 05:47 PM



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