Post Reply 
Using SLOPE function in Function APP with CAS defined function
12-09-2014, 02:26 PM
Post: #3
RE: Using SLOPE function in Function APP with CAS defined function
SLOPE() is a HOME function. Mixing HOME with CAS is just evil.

It can be done though (case matters!):

CAS View
f(x):=x^2; ---> x^2
g:=SLOPE(X^2,2); ---> 4;

Function app symbolics:
F1(X)=f(X)
F2(X)=g
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using SLOPE function in Function APP with CAS defined function - DrD - 12-09-2014 02:26 PM



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