Post Reply 
Polynomial derivative causes Prime to Crash?
07-14-2016, 01:57 AM (This post was last modified: 07-14-2016 02:12 AM by compsystems.)
Post: #6
RE: Polynomial derivative causes Prime to Crash?
3*x^(-2/5) == diff(5*x^(3/5)) [enter] returns 1 (true)

[up] [up] [copy] => 3*x^(-2/5) == 5*x^(3/5)' [enter] returns 1 (true) ok, but shifted the single quotation mark out of the entire expression, in this case not fails, because 5 is taken as constant

should be
[up] [up] [copy] =>3*x^(-2/5) == (5*x^(3/5))'

in the following case fails
diff(x/y) [enter] returns 1/y ok
but
[up] [up] [copy] => x/y' [enter] returns ±∞. BUG CONFIRMED

should be
[up] [up] [copy] => (x/y)' [enter] 1/y ok

FOR HP-PRIME TEAM

solution to bug

diff(expr) => parser as (expr)' and not as expr'


---------------------------------

for Bernard, we would see the solution as we make to naturally

diff(5*x^(3/5) => 3*x^(-2/5) or 3/x^(2/5) and not 3*(x^(1/5))^3/x (is not so simplified superficially)

as you can improve the simplifier?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Polynomial derivative causes Prime to Crash? - compsystems - 07-14-2016 01:57 AM



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