Post Reply 
Question about CAS and Graphing
11-23-2014, 06:31 PM (This post was last modified: 11-23-2014 06:32 PM by jte.)
Post: #18
RE: Question about CAS and Graphing
(11-22-2014 02:31 PM)Han Wrote:  
(11-22-2014 03:01 AM)jte Wrote:  If you define f as a function in the CAS
...
then in the Function Symbolic View entering and checking
F1(X)=f(X)
...

This is unnecessary. In CAS, simply type:

F1:=f('X');

which evaluates f at the symbolic value 'X' and properly provides a formula for F1.

Excellent point. This can certainly result in an F1 that evaluates faster. With this approach some care should be taken though, at least when f contains CAS operations as F1 may be overly "simplified" (into an inequivalent expression — depending, apparently, on the value of X at the time of assignment, even with "Simplify" in the CAS settings unchecked). After trying a handful of examples I've also experienced some crashes when going to a Function plot view (crashes that didn't occur with F1 defined as f(X) in the Function Symbolic view — but only when f contained CAS operations).
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



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