Post Reply 
Program help needed
11-22-2014, 01:44 PM (This post was last modified: 11-22-2014 01:44 PM by Han.)
Post: #2
RE: Program help needed
(11-22-2014 01:36 PM)DrD Wrote:  1. Can the above program be constructed to return the {x,y} result? --> [-3*y^3+2*x,-9*x*y^2]

Use mat2list(). It will give you a list of components with comma separators (but it won't be a vector in the normal sense).

Quote:2. I have read several posts describing CAS programming, but context is mostly dated around February 2014. With revisions, changes seem to have made creating a function: f(x):=anything, no longer show up in the [shift] [program] list, so cannot be edited therein. Is there another way to get CAS programs into the program editor?

Help appreciated!

-Dale-

If the function was created by typing f(x):=blah, then simply type f on the command line and the function's "source" will be copied onto the history. Copy this output and then in the program editor, create a CAS program and paste the contents into this program. You can now get rid of the one in the CAS environment via purge(f) and just use the one that shows up in the program catalog.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Program help needed - DrD - 11-22-2014, 01:36 PM
RE: Program help needed - Han - 11-22-2014 01:44 PM
RE: Program help needed - DrD - 11-22-2014, 03:53 PM
RE: Program help needed - Han - 11-22-2014, 06:04 PM
RE: Program help needed - DrD - 11-22-2014, 08:34 PM
RE: Program help needed - Han - 11-22-2014, 09:02 PM
RE: Program help needed - DrD - 11-22-2014, 11:29 PM
RE: Program help needed - Han - 11-23-2014, 12:50 AM
RE: Program help needed - DrD - 11-23-2014, 03:25 PM
RE: Program help needed - Han - 11-23-2014, 05:32 PM
RE: Program help needed - DrD - 11-24-2014, 12:07 PM
RE: Program help needed - Han - 11-24-2014, 01:43 PM



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