Cool trick I never knew.  Pressing CRTL + (any number) changes the font size of the whole worksheet.  Very cool.

Couple of annoying things maple does.  When declaring variables, for example K:=45; D:=400; A:=23; Maple returns 45, 400 and 23.  Why doesn't maple show what numbers are assigned to what variables?

Also x:=t->5*t^2-5*t  only returns t->5*t^2-5*t   when what it should show is x(t)=5*t^2-5*t  Maple again doesn't show the variable. 

Is this something maple developers left out in the return display for some reason?  Please explain?


Please Wait...