Action: DIAGONALIZE
Module | matrixtools |
---|---|
Description | Usage |
Calculate the eigenvalues and eigenvectors of a square matrix |
Output components
This action calculates the values in the following table. These values can be referenced elsewhere in the input by using this Action’s label followed by a dot and the name of the value required from the list below.
Name | Type | Description |
---|---|---|
vals | scalar | the eigevalues of the input matrix |
vecs | vector | the eigenvectors of the input matrix |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | matrix | the input matrix |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the input matrix |
VECTORS | compulsory | all | the eigenvalues and vectors that you would like to calculate |
MATRIX | optional | not used | the input matrix (can use ARG instead) |