On Mon, Jul 12, 2010 at 1:51 PM, Zbigniew Komarnicki <cblasius at gmail.com> wrote:
> I could not obtain working rule with postfix flag :-(
Hmm. Try this:
texput (nounify (transpose), "^T", postfix);
> (%i5) eq: transpose(D . transpose(A) + X . transpose(B));
> (%o5) ? ? ? transpose(X . transpose(B) + D . transpose(A))
>
> (%i6) tex(eq)$
For that now I get:
$$B\cdot X^T+A\cdot D^T$$
HTH
Robert Dodier