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? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Polynomial derivative causes Prime to Crash? - Spybot - 07-13-2016, 05:05 PM
RE: Polynomial derivative causes Prime to Crash? - Arno K - 07-13-2016, 05:16 PM
RE: Polynomial derivative causes Prime to Crash? - parisse - 07-13-2016, 06:19 PM
RE: Polynomial derivative causes Prime to Crash? - roadrunner - 07-13-2016, 10:56 PM
RE: Polynomial derivative causes Prime to Crash? - Spybot - 07-14-2016, 12:21 AM
RE: Polynomial derivative causes Prime to Crash? - compsystems - 07-14-2016 01:57 AM
RE: Polynomial derivative causes Prime to Crash? - parisse - 07-14-2016, 05:15 AM
|
User(s) browsing this thread: 2 Guest(s)