Post Reply 
CAS diff() giving incorrect results
09-25-2021, 04:04 PM
Post: #9
RE: CAS diff() giving incorrect results
f(x=...) will work if f is an expression. It will not work with e.g. (x^3)'' because the parser will not detect that it's an expression (and it will do like if it was implicit multiplication because x appears in both).
If you work with derivatives, it's a good idea to save them in variables. First f:=x^3'', then f(x=4)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CAS diff() giving incorrect results - parisse - 09-25-2021 04:04 PM



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