HP Forums

Full Version: formula with radicals
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: WJsdq]

Apparently I am not allowed to upload images... Or I do not know how to do it in this forum!

The expression is complicated to write without mathematical symbols: involves third root radicals and exponent. When I input it I get the message "temporary replacing surd/nthroot by fractional powers", and the result is not always correct.

I get strange results when I try to input this expression. Is there a way to get the same result as on the image, without "temporary replacing surd/nthroot by fractional powers"?
With the correct link to the picture: [Image: y9bSVSm_d.jpg?maxwidth=640&shape...ity=medium]
(03-22-2018 08:41 PM)Didier Lachieze Wrote: [ -> ]With the correct link to the picture: [Image: y9bSVSm_d.jpg?maxwidth=640&shape...ity=medium]

Thank you. What did I do wrong then? I copied the link from the site and pasted it.
Go into CAS Settings, and change Simplify to Maximum, and put a checkmark in the "Use i" box. Then one keystroke (Enter) will give you the result shown on the chalkboard. If two keystrokes is ok, leave the Simplify setting at its default (Minimum) and tap the "simplify" softkey after you get the initial result.
(03-23-2018 01:52 AM)Joe Horn Wrote: [ -> ]Go into CAS Settings, and change Simplify to Maximum, and put a checkmark in the "Use i" box. Then one keystroke (Enter) will give you the result shown on the chalkboard. If two keystrokes is ok, leave the Simplify setting at its default (Minimum) and tap the "simplify" softkey after you get the initial result.

Thank you! It was already set to Maximum, but changing it to Minimum (!) and checking Use i" did the trick.
Only, I got the (correct) result not in radicals but integers:
7*2^1/3*x^1/3*x

Any way to change that to the correct format?

Thanks again!
(03-23-2018 02:06 AM)Darno Wrote: [ -> ]I got the (correct) result not in radicals but integers:
7*2^1/3*x^1/3*x

Any way to change that to the correct format?

Hmmm... Anybody know of a way to change fractional powers to radical notation? I can't find it.

Suggestion: For now, just accept that they are two ways of writing the same thing, and toggle between them in your head, which thankfully is easy to do.
(03-23-2018 02:17 AM)Joe Horn Wrote: [ -> ]
(03-23-2018 02:06 AM)Darno Wrote: [ -> ]I got the (correct) result not in radicals but integers:
7*2^1/3*x^1/3*x

Any way to change that to the correct format?

Hmmm... Anybody know of a way to change fractional powers to radical notation? I can't find it.

Suggestion: For now, just accept that they are two ways of writing the same thing, and toggle between them in your head, which thankfully is easy to do.

No problem. I am just disappointed in the Cas hype.

Anyway, thanks again.
(03-23-2018 02:17 AM)Joe Horn Wrote: [ -> ]
(03-23-2018 02:06 AM)Darno Wrote: [ -> ]I got the (correct) result not in radicals but integers:
7*2^1/3*x^1/3*x

Any way to change that to the correct format?

Hmmm... Anybody know of a way to change fractional powers to radical notation? I can't find it.

I tried to chase that down, too, with no luck. Cyrille posted a response on this topic:
http://www.hpmuseum.org/forum/thread-917...onal+power

-Dale-
(03-23-2018 09:18 AM)DrD Wrote: [ -> ]
(03-23-2018 02:17 AM)Joe Horn Wrote: [ -> ]Hmmm... Anybody know of a way to change fractional powers to radical notation? I can't find it.

I tried to chase that down, too, with no luck. Cyrille posted a response on this topic:
http://www.hpmuseum.org/forum/thread-917...onal+power

-Dale-

Thanks Dale for the link. Apparently it is not that easy if even senior members don't know how to get it done.
I must say I find it strange because it looks like a straightforward conversion of symbols with no new computations involved.
There exist the function; sqrfree()
If you can massage your surds in squares 2x it might help you.
Btw classpad gives the above example answered in indices form up the 4th line: impressive for this Dino
(03-23-2018 01:44 PM)toshk Wrote: [ -> ]There exist the function; sqrfree()
If you can massage your surds in squares 2x it might help you.
Btw classpad gives the above example answered in indices form up the 4th line: impressive for this Dino

Thank you for the tip.
I wonder why HP has not implemented it yet. The Prime has been out for 5 years or more. It should not take programming skills to get results promised by Cas: textbook symbols.
But I do not want to turn this thread in HP-bashing or trolling. So, let us leave it at that.

edit: do you mean the casio classpad ii fx-cp400?
Yes classpad 400!!
Well Prime is a BEAST.... littered with impressive functions!!
What you are looking for can be found on Prime too;
The function is
Mult_conjugate() and it returns same as Classpad.
(03-23-2018 03:03 PM)toshk Wrote: [ -> ]Yes classpad 400!!
Well Prime is a BEAST.... littered with impressive functions!!
What you are looking for can be found on Prime too;
The function is
Mult_conjugate() and it returns same as Classpad.

I like the Prime too. I hope my criticism will be understood as a constructive one.
I think that the result should be given directly in the textbook format, like that is mostly the case, with a toggle to choose different formats, without having first to look for a special function or write a dedicated program.
Let us hope HP will find the time for that since it is obviously doable.
The CAS main task is to compute, for this reason evaluation does not necessarily return an answer that follow the conventions of one specific country. Fractional powers of integers will always evaluate to something with ^. You can convert symbolic expressions to NTHROOT with the following little function:
Code:
f(ex):=subst(ex,'^',(a,b)->surd(a,inv(b)))
Then f(x^(1/3)) will return an NTHROOT.
Parisse,

A syntax error at the '^' point, with CAS mode on the virtual calculator?

-Dale-
Copy/paste does not work in textbook mode, only in algebraic mode or inside a program.
Great. Thank you!

-Dale-
Here are the results when I use sqrfree, collect, and expand having Simplification to both Minimum and Maximum:

[Image: 27170283988_8bbf3e8fc1_b.jpg]2018-03-26 simplification example by Edward Shore, on Flickr

To add images, the at image has to be connected to an online URL. This can be from a blog or a photo posting site, such as Flickr.
(03-27-2018 03:29 AM)Eddie W. Shore Wrote: [ -> ]Here are the results when I use sqrfree, collect, and expand having Simplification to both Minimum and Maximum:

[Image: 27170283988_8bbf3e8fc1_b.jpg]2018-03-26 simplification example by Edward Shore, on Flickr

To add images, the at image has to be connected to an online URL. This can be from a blog or a photo posting site, such as Flickr.

In other words, nothing helps?
Thanks, Eddie, great job! It certainly clarifies the object of discussion.
of the three main cas calculators, Prime, Nspire and ClasspadII, only the Prime factors the original x^4 (in the chalkboard formula) into x(x^1/3). The other two apparently have a problem with that and simply use x^4/3, unfactored.
That is certainly an advantage of the Prime above the other two.
Reference URL's