On 6/27/2012 4:43 PM, Barton Willis wrote:
> For wxMaxima, try
>
> (%i2) :lisp(setf (get '$conjugate 'wxxml) 'wxxml-postfix)
> WXXML-POSTFIX
> (%i2) :lisp (setf (get '$conjugate 'dissym) '(#\'))
> (')
>
> --Barton
>
>
With a little work I believe that wxmaxima could display
conjugates with an over-bar. You can get a feeling for
what it might look like by
""/(alpha+beta*%i)
wxmaxima knows how to stack expressions, since it can do sum and product.
wxxml-sum could show the way.
RJF