CAS diff() giving incorrect results
|
09-25-2021, 05:03 PM
Post: #10
|
|||
|
|||
RE: CAS diff() giving incorrect results
(09-23-2021 06:20 PM)Wes Loewer Wrote: When I try (x^3)''(x = 4) it gives a warning and returns (6*x) = 24 (09-25-2021 04:04 PM)parisse Wrote: 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). Why does older version detected the expression, but not newer version ? Does this mean newer versions of HP Prime CAS support implied multiplication ? It still does not explain Wes Loewer weird result. Assuming parser get confused, assumed implicit multiplication, we should have: CAS> (6*x) * (x = 4) → 6*x^2 = 24*x |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CAS diff() giving incorrect results - Wes Loewer - 09-22-2021, 07:10 PM
RE: CAS diff() giving incorrect results - parisse - 09-22-2021, 07:26 PM
RE: CAS diff() giving incorrect results - Wes Loewer - 09-23-2021, 06:20 PM
RE: CAS diff() giving incorrect results - toml_12953 - 09-23-2021, 07:26 PM
RE: CAS diff() giving incorrect results - Albert Chan - 09-24-2021, 10:48 AM
RE: CAS diff() giving incorrect results - Wes Loewer - 09-24-2021, 04:28 PM
RE: CAS diff() giving incorrect results - Albert Chan - 09-24-2021, 05:23 PM
RE: CAS diff() giving incorrect results - Wes Loewer - 09-24-2021, 07:59 PM
RE: CAS diff() giving incorrect results - parisse - 09-25-2021, 04:04 PM
RE: CAS diff() giving incorrect results - Albert Chan - 09-25-2021 05:03 PM
RE: CAS diff() giving incorrect results - Albert Chan - 09-26-2021, 12:04 PM
|
User(s) browsing this thread: 3 Guest(s)