notation of physics



On 8/4/2011 8:33 AM, syn hedionn wrote:
> Hi,
> Is there a way to follow notation of physics in order that writing 
> diff(omega(t),t) doesn't output this but the omega letter with a dot 
> at the top of the letter(speed), 2dots for a double 
> derivation=acceleration?
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
look at derivabbrev:true and see if that will be enough for you.
One problem with the dot notation is where to put the dot(s), e.g.
diff('fatfunctionname(t),t).  Also, what display technology do you
have at your disposal?  Are you outputting to a display, TeX, ...

You can look at the display program and see how it uses the derivabbrev
flag and write whatever you think should result in "notation of physics".

RJF