Post Reply 
Question about CAS and Graphing
11-24-2014, 04:37 PM (This post was last modified: 11-24-2014 05:24 PM by CR Haeger.)
Post: #28
RE: Question about CAS and Graphing
Back to the OP...

Normally, if I work in CAS and end up creating function(s) that I want to plot in Function APP, then I:

1. Save the function using say f(x):=x^2 etc... // creates a CAS program f()

2. Save f(x) into Function.F1 using Function.F1:=f //Note: can use F1:=f if you are already in Function App

3. Symb view in Function App should have F1(X): function with capital Xs.

If the functions being worked on in CAS are pretty long, I like to assign them to f(x), g(x) etc. early on as it is easier to type (or use Vars/CAS/Program to select).

This works in reverse as well. Say I have been plotting functions F1, F2 etc. and want to send to CAS. In CAS I can use f(x):=F1(x), which stores F1 into f using lower case x. I can also use F1(x) directly in CAS.

Finally, to make this even quicker and reduce keying errors, I setup a few USERKEYs to prefill the CAS command line. See attachment for an example program.

   

Best,
Carl

PS - Han and others have been great teachers for those of us learning how to use the Prime hard and software.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question about CAS and Graphing - Han - 09-24-2014, 10:14 PM
RE: Question about CAS and Graphing - Han - 09-25-2014, 01:35 PM
RE: Question about CAS and Graphing - jte - 11-22-2014, 03:01 AM
RE: Question about CAS and Graphing - Han - 11-22-2014, 02:31 PM
RE: Question about CAS and Graphing - jte - 11-23-2014, 06:31 PM
RE: Question about CAS and Graphing - Han - 11-23-2014, 08:42 PM
RE: Question about CAS and Graphing - jte - 11-26-2014, 06:02 AM
RE: Question about CAS and Graphing - Han - 11-22-2014, 02:16 PM
RE: Question about CAS and Graphing - Han - 11-22-2014, 07:26 PM
RE: Question about CAS and Graphing - Han - 11-23-2014, 08:41 PM
RE: Question about CAS and Graphing - Han - 11-24-2014, 11:47 AM
RE: Question about CAS and Graphing - Han - 11-24-2014, 01:29 PM
RE: Question about CAS and Graphing - Han - 11-24-2014, 02:12 PM
RE: Question about CAS and Graphing - CR Haeger - 11-24-2014 04:37 PM



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