Post Reply 
CAS.diff command results diff command again
06-16-2017, 05:27 PM
Post: #10
RE: CAS.diff command results diff command again
Well, this is what I have that works here for me:

[Image: expression.png]

[Image: test.png]

The program is:

EXPORT fx,fxPrime;

EXPORT diffTest()
BEGIN
INPUT({{fx,[8]}},"Enter Expression");
fxPrime:=diff(fx,X);
END;


Not sure if Bernard added something to the CAS, but I'm guessing a slight tweak somewhere may be responsible. Everything seems to be working as expected?

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CAS.diff command results diff command again - Tim Wessman - 06-16-2017 05:27 PM



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