HP Prime for All

English  Русский 

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