Owning Class: linalgebra
Requires: MathScript RT Module
c = logmx(a)
Legacy Name: logm
Computes the matrix logarithm.
| Name | Description |
|---|---|
| a | Specifies a square matrix. |
| Name | Description |
|---|---|
| c | Returns the matrix logarithm of a. c is a square matrix. |
E = diag([2.7183, 1, 0.3679])
C = logmx(E)