HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
eigenvects
Syntax
eigenvects(Mtrx)
Description
Computes the eigenvectors of a diagonalizable matrix.
Example
eigenvects([[-2,-2,1],[-2,1,-2],[1,-2,-2]]) returns [[1,-3,-3],[-2,0,-3],[1,3,-3]]
eigenvects — Discussion
↑Back to top