HP Forums
HP Prime matrix variable notation won't transpose - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: HP Prime matrix variable notation won't transpose (/thread-8382.html)



HP Prime matrix variable notation won't transpose - pr011235 - 05-22-2017 02:32 PM

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 .


RE: HP Prime matrix variable notation won't transpose - Han - 05-22-2017 03:06 PM

(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.