Thikket

8 Reputation

2 Badges

16 years, 321 days

MaplePrimes Activity


These are questions asked by Thikket

Hi everyone!

Say I have a simple expression in command line Maple that would become a float as soon as it is executed, e.g., 2^(.5). Is there any way I can keep this in symbolic representation by somehow suppressing the seemingly-automatic conversion to a full float? What I'm really looking for is something that would allow me to do this:

input: u := 2^(.5): convert(u,rational);

output: 2^(1/2)

Thanks for your time!

Hi everyone.

I have a very particular situation here: I'm running a series of programs that grab string output from command line Maple as plaintext. For this reason, I don't have the normal Numerical Format dropdowns, etc., available to me for this issue.

Page 1 of 1