Owning Class: linalgebra
Requires: MathScript RT Module
c = orth(a)
Generates an orthonormal basis for the range of a matrix.
| Name | Description |
|---|---|
| a | Specifies a matrix. |
| Name | Description |
|---|---|
| c | Returns the orthonormal basis for a. c is a matrix. |
A = [1, 2, 3; 4, 5, 6]
C = orth(A)