Post Reply 
using an app command in cas. (area)
08-26-2014, 09:26 AM
Post: #4
RE: using an app command in cas. (area)
In the CAS, there is a strict distinction between a function and an expression. For example if you do f(x):=sin(x^2), f is a function (it maps x to sin(x^2)) whereas f(x) is an expression. HOME does not really distinguish between function and expression, and in addition HOME variables like X are assigned (but if you enter F1(X)=SIN(X^2) in the Function App, X is not replaced by the value). This probably make things a little easier for the user if you are doing something standard (in the Apps), but if you want to do something more elaborate, you must understand the distinction.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: using an app command in cas. (area) - parisse - 08-26-2014 09:26 AM



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