Post Reply 
Matrix Transpose
03-08-2014, 04:21 PM
Post: #1
Matrix Transpose
For a matrix RANDMAT(M1,rows,cols), the transpose of M1 could be expressed as: transpose(RANDMAT(M1,rows,cols)).

Unless defined otherwise, the default value of T is 0, and so M1^T gets M1^0, returning the identity matrix, (good).

Courses in linear algebra often use M1^T to express the transpose of a matrix. This nice shorthand is more convenient. Is there any inbuilt way to do that?

-Dale-
Find all posts by this user
Quote this message in a reply
03-08-2014, 05:14 PM
Post: #2
RE: Matrix Transpose
I have added in Xcas parser ^* for the transconjugate, this could certainly be added to the HP parser at least in the CAS.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)