Jump to content

Matrix transposition: Difference between revisions

m
mNo edit summary
Line 467:
 
=={{header|MATLAB}}==
<lang Matlab> function [transposedMatrix] = transposematrix(originalMatrix)
transposedMatrix = originalMatrix'; </lang>
 
transposedMatrix = originalMatrix'; </lang>
 
=={{header|Maxima}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.