View Single Post
  #1  
Old May 10th, 2008, 11:01 PM
Dr Zoidburg Dr Zoidburg is offline
Junior Member
 
Join Date: May 2008
Posts: 43
Country:
Thanks: 3
Thanked 3 Times in 3 Posts
Dr Zoidburg is on a distinguished road
Default MATLAB - matrice help needed

Matrix M = A=\begin{bmatrix}
1 && 3 \\
-2 && 4 \\
\end{bmatrix} represents a linear transformation T: R^{2} -> R^{2}.
Let u = \begin{bmatrix}
1 \\
-1 \\
\end{bmatrix} and v = \begin{bmatrix}
-2 \\
1 \\
\end{bmatrix}
(a) Find T(u) and T(v)
(b) Show that T (u + v) = T (u) + T (v).

I'm pretty hopeless at Matlab. I can work these out by hand: eg T(u) = \begin{bmatrix}
-2 \\
-6 \\
\end{bmatrix} (correct?) but what commands do I use in Matlab to get this?
Reply With Quote