HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
TRN
Syntax
TRN(matrix)
Description
Transpose. Transposes matrix. If Complex mode is on and the matrix contains complex elements, then TRN finds the conjugate transpose.
Example
TRN([[1,2],[3,4]]) returns [[1,3],[2,4]]
TRN — Discussion
↑Back to top