toothpaste666
- 516
- 20
Homework Statement
I know this stuff isn't complicated but the definitions of my book are very formal and confusing. I have to find the image and the kernel of these two matrices:
<br /> A= \begin{bmatrix}1&2&3\end{bmatrix}<br /> B= \begin{bmatrix}2&3\\6&9\end{bmatrix}
The Attempt at a Solution
my book says the image is the span of the column vectors so for A would that be:
im(A) = x_1[1] + x_2[2] + x_3[3] ?
and since 3 = 1 + 2 I think that makes 3 redundant so it would be x1[1] + x2[2]?
and the kernel is when the system = 0 so when
x1 = -2x2 - 3x3
if x2 = t and x3 = r then
ker(A) = [-2t-3r] ??
for B
im(B) = x_1 \begin{bmatrix}2\\6\end{bmatrix} + x_2 \begin{bmatrix}3\\9\end{bmatrix}
ker(B) = \begin{bmatrix}2&3&|0\\6&9&|0\end{bmatrix} = \begin{bmatrix}1&3/2&|0\\6&9&|0\end{bmatrix}<br /> =<br /> \begin{bmatrix}1&3/2&|0\\0&0&|0\end{bmatrix}
so x1 = -3/2 x2
if x2 = t then
ker(B) = [-3/2t]??
am i doing these right? I would appreciate if someone can help explain these concepts to me without using the formal abstract definitions
Last edited: