mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
395 B
395 B
Function transpose
Create the transpose of a matrix
transpose(x)
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Array | Matrix |
Returns
| Type | Description |
|---|---|
| Array | Matrix | transpose |