Just need help with a couple Matlab commands that would answ
Just need help with a couple Matlab commands that would answer these questions.
Find the transpose of a matrix M = [pi k*pi; -3+k exp(-pi)], where pi=3.14, k = 6. Given that v = [8; 9] Compute the following and include the script that you used to obtain the answer in your script: a) V.*v b) V*v^T c) V^T*v d) Try v * v in MATLAB? Why do you get the output that you see? What is the difference that you observe between (a) and (d).Solution
transpose(A) returns the transpose of A transpose of the matrix A
So
transpose(M)=htranspose(M)
![Just need help with a couple Matlab commands that would answer these questions. Find the transpose of a matrix M = [pi k*pi; -3+k exp(-pi)], where pi=3.14, k =  Just need help with a couple Matlab commands that would answer these questions. Find the transpose of a matrix M = [pi k*pi; -3+k exp(-pi)], where pi=3.14, k =](/WebImages/3/just-need-help-with-a-couple-matlab-commands-that-would-answ-970247-1761499457-0.webp)
