HP Forums

Full Version: HP Prime matrix variable notation won't transpose
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know if the HP prime can transpose a matrix as a variable. I can’t transpose a matrix using the variable notation I can only do it as a array. Is there something that I’m doing wrong? i.e. [ARRAY]>M1 then M1^T=syntax error/ Invalid input .
(05-22-2017 02:32 PM)pr011235 Wrote: [ -> ]Does anyone know if the HP prime can transpose a matrix as a variable. I can’t transpose a matrix using the variable notation I can only do it as a array. Is there something that I’m doing wrong? i.e. [ARRAY]>M1 then M1^T=syntax error/ Invalid input .

The commands are: transpose or trn

trn() will compute the Hermitian transpose (conjugate transpose if the matrix is complex; otherwise it is an ordinary tranpose). The transpose() command will always do an ordinary transpose.
Reference URL's