HP Forums

Full Version: CAS simplification issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This might just be a trivial mistake that I made in the setup.. but... look at this screenshot, taken in the CAS screen. The first two lines are OK, and behave as expected. But why isn't the third line simplified? On the 50g I get 3*a, which is what I expect.
Also, on the Prime, if I enter sqrt(3*a^2), I get -a*sqrt(3). On the 50g I get |a|*sqrt(3) which is more consistent with the math I learned in college.
So, what's happening? Is it a setting or a bug?
Try unchecking Use i: in CAS settings.

After this, setting Simplify: max will auto simplify this. I tend to leave Simplify at minimum.
Uh... that worked, thanks... but what's the rationale behind that? I don't get it, since I don't think i is involved here... And why the minus sign in that result? Hm... If they don't want to display the absolute value, why negative and not positive?
(12-16-2013 03:23 PM)Cristian Arezzini Wrote: [ -> ]Also, on the Prime, if I enter sqrt(3*a^2), I get -a*sqrt(3). On the 50g I get |a|*sqrt(3) which is more consistent with the math I learned in college.

With my CAS settings as:

Simplify: None
Exact
Use Sqrt
Principal

[attachment=24]

I get the results that you are looking for:

[attachment=25]

Mark Hardman
As to your first issue, I think that parisse has already agreed that there is a bug in NTHROOT in the latest Prime release of xcas (1.1.0-27). See the following thread in the old forum.

For now, he suggests using fractional exponents as a work-around.

[attachment=26]

Mark Hardman
OK, so removing the "use i" works for the square root. But the cubic root still doesn't work (the cubic root of a^3 still isn't simplified).
Entering it as (a^3)^1/3 works.

But I found another small bug/inconsistency on entering the exponents.
If I type a, then ^, then 3, I'm left with the cursor next to the exponent (3), ready to add something to it. If I press the right cursor key, the cursor leaves the exponent as expected, and moves down at the same level of a. If then I press ^ 1 / 3, to add the fractional exponent, I would expect the new exponent to refer to (a^3); instead it apparently still refers to just the 3. I think the expected behavior should be to refer it to the mathematical entity to its left, which is (a^3) and not 3. The parentheses could be automatically added or even just implied...
Reference URL's