eigvecimag

Imaginary eigenvectors of a matrix.

Syntax

eigvecimag(mat_expr)

Argument

mat_expr
A valid square matrix expression.

Example

Templex Expression Result
{eigvecimag({{0,1},{-2,-3}}) * (2/sqrt(2))} {0,0}, {0,0}

Comments

The result is a matrix containing the imaginary components of the eigenvectors of mat_expr. If mat_expr is N by N, the result is N by N.