CAS.diff command results diff command again
|
06-15-2017, 07:00 PM
(This post was last modified: 06-15-2017 07:33 PM by roadrunner.)
Post: #8
|
|||
|
|||
RE: CAS.diff command results diff command again
Here is a function that will differentiate equations written with HOME variables WITHOUT substituting in the value contained in the variable:
PHP Code: EXPORT HOMEDIFF(z,n) example 1: fx:='SEC(X)+X^2' HOMEDIFF(fx,'X') returns: (2*X*SIN(X)^2-2*X-SIN(X))/(SIN(X)^2-1) example 2: HOMEDIFF('X^2+LN(SIN(X))','X') returns: (2*X*SIN(X)+COS(X))/SIN(X) There are a few caveats: 1. It doesn't always work on the handheld calculator. It only works on the emulator and apps. Presumably, if the handheld is ever updated, it should start working there; 2. It doesn't work if you have either a CAS or user variable named t25369a; 3. Simplification isn't very good; 4. You have to use a valid CAS equation: X^3.2 won't work, X^(32/10) will work. -road edited to add caveat #4 and to correct a grammatical error |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CAS.diff command results diff command again - josephec - 06-09-2017, 10:45 PM
RE: CAS.diff command results diff command again - roadrunner - 06-10-2017, 02:43 PM
RE: CAS.diff command results diff command again - josephec - 06-10-2017, 04:46 PM
RE: CAS.diff command results diff command again - toml_12953 - 06-11-2017, 01:54 AM
RE: CAS.diff command results diff command again - josephec - 06-13-2017, 02:04 AM
RE: CAS.diff command results diff command again - roadrunner - 06-11-2017, 12:29 AM
RE: CAS.diff command results diff command again - josephec - 06-13-2017, 01:58 AM
RE: CAS.diff command results diff command again - roadrunner - 06-15-2017 07:00 PM
RE: CAS.diff command results diff command again - josephec - 06-16-2017, 04:49 PM
RE: CAS.diff command results diff command again - Tim Wessman - 06-16-2017, 05:27 PM
|
User(s) browsing this thread: 1 Guest(s)