HP Prime for All

English  Русский 

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