TechnicalSupport

Technical Support

700 Reputation

14 Badges

16 years, 80 days
Maplesoft
Waterloo, Ontario, Canada

MaplePrimes Activity


These are questions asked by TechnicalSupport

NULL

the quick brown fox jumps over the lazy dog

NULL

Download the_quick_brown_fox_jumps_over_the_lazy_dog.mw

A user wonders if they can customize Maple output to show, for example x^2 instead of x2 in 2D output. 

We suggest they either set 

interface(prettyprint=0);

globally, or use

lprint(x^2)

for individual outputs. 

One of our users asks how they can find the Re ( sqrt(a+I*b)) where a, b are real.

They had tried entering the latter as "assume", without any luck. 

We told them that it may not be very intuitive, but such expressions can be evaluated by wrapping into evalc which implicitly assumes that free parameters are real-valued:

evalc(Re(sqrt(a+I*b)));

A user asks what they're doing wrong in r/maplesoft with the attached screenshot:

 

Page 1 of 1