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