tighter: unary minus or inverse/transpose?

Posted on
Picture of user. mspiegel Joined: 07/31/2009

I don't happen to have Mx 1.0 installed on this machine. Which operator binds tighter, unary minus or inverse/transpose? I don't know what is the "correct" answer, but I figure someone could just try -A~ and see which operator is applied first.

Replied on Tue, 09/29/2009 - 10:46
Picture of user. mspiegel Joined: 07/31/2009

Umm, I believe that was a dumb question.

(-A)~ = (-I * A)~ = A~ * (-I)~ = A~ * -I = -(A~).

Right? Similar argument for transpose.