Owning Class: linalgebra
Requires: MathScript RT Module
c = expmx(a)
Legacy Name: expm
Computes the matrix exponential.
| Name | Description |
|---|---|
| a | Specifies a square matrix. |
| Name | Description |
|---|---|
| c | Returns the matrix exponential of a. c is a square matrix. |
C = diag([1, 0, -1])
D = expmx(C)