Jump to content

Matrix transposition: Difference between revisions

m
(→‎{{header|Go}}: added transpose in place)
Line 1,204:
transposedMatrix = Transpose[originalMatrix]</lang>
 
=={{header|MATLAB}} / {{header|Octave}}==
Matlab contains two built-in methods of transposing a matrix: by using the "transpose(matrix)" function, or by using the " .' " operator. The " ' " operator yields the complex conjugate transpose.
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.