transpose()
Returns the transpose of a matrix
Syntax
y = transpose(Matrix)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| Matrix | square matrix to find the transpose | (-∞, ∞) | integer, real or complex | yes |
Examples
a = {1, 2}, {3, 4}
b = transpose(a)
returns {1, 3}, {2, 4}
Defined in
Built in
See Also
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()