HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
eigVl
Syntax
eigVl(Mtrx(A))
Description
Returns the Jordan matrix associated to A when the eigenvalues are calculable.
Example
eigVl([[4,1],[-4,0]]) returns [[2,1],[0,2]]
eigVl — Discussion
↑Back to top