jj48 said:
Hi.
if anybody can help me
Let S be the matrix a b
c d
with a constrain a = -2d, b= 3c -d
Prove that S is a subspace of R2?
As Tac-Tics said, you must have misread the problem. You
can't "prove that S is a subspace of R
2", it isn't true. A matrix is NOT a subspace of R
2.
It is possible that you were asked to show that the set of all matrices of the form
\begin{bmatrix}-2d & 3c- d \\ c & d\end{bmatrix}
is a subspace of the M(2,2), the vector space of all 2 by 2 matrices. You would do that by showing that the set is closed under addition and scalar multiplication. That is, if
M= \begin{bmatrix}-2d & 3c- d \\ c & d\end{bmatrix}
and
N= \begin{bmatrix}-2y & 3x- y \\ x & y\end{bmatrix}
are matrices in this set and "a" is a number
are
M+ N= \begin{bmatrix}-2d & 3c- d \\ c & d\end{bmatrix}+ \begin{bmatrix}-2y & 3x- y \\ x & y\end{bmatrix}
and
aM= a\begin{bmatrix}-2d & 3c- d \\ c & d\end{bmatrix}
also in that set?