KongMD
- 10
- 0
Homework Statement
Given A =
<br /> \left(\begin{array}{ccc}1&-1&1\\0&1&1\end{array}\right)<br />
Why isn't Latex working for above array :(
Define a transformation as
T: \Re^{n} -> \Re^{m}
T(\vec{x}) = A \vec{x}
1)
a. What is n?
b. What is m?
2) Find \vec{x} , if possible, given that
T(\vec{x}) = \left(\begin{array}{c}-1\\0\end{array}\right)
Homework Equations
The Attempt at a Solution
1) From my notes, the superscript of the first R should indicate the columns in matrix A and the superscript of the second R should indicate the rows in matrix A. If I am doing this correctly:
n = 3
m = 2
However, I really have lost track of what R means, here. I know it's "the set of all real numbers", but I don't really understand how you can convert something from "threespace" to "twospace".
2)
<br /> \left(\begin{array}{c}-1\\0\end{array}\right) = \left(\begin{array}{ccc}1&-1&1\\0&1&1\end{array}\right) \left(\begin{array}{c}x_{1}\\x_{2}\end{array}\right)<br />
Last edited: