HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
jordan
Syntax
jordan(Mtrx)
Description
Returns the list made by the matrix of passage and the Jordan form of a matrix.
Example
jordan([[0,2],[1,0]]) returns [[√2,-√2],[1,1]],[[√2,0],[0,-√2]]
jordan — Discussion
↑Back to top