The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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
Post Reply 


Messages In This Thread
Matrix Transpose - DrD - 03-08-2014 04:21 PM
RE: Matrix Transpose - parisse - 03-08-2014, 05:14 PM



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