Can someone take me step-by-step through this problem.
im thinking an augment of the 2 might get you the results
\[\left[\begin{matrix}1 & 1 & 1 &0&1&0\\ 0 & 1 & 1&1&0&0 \\ 0 & 0 & 1&0&0&1\end{matrix}\right]\]
1a + 0b + 0c = 0 1a + 0b + 0c = 1 1a + 0b +0c = 0 a = [0,1,0] ------------------------- 1(0) + 1b + 0c = 1 1(1) + 1b + 0c = 0 1(0) + 1b +0c = 0 b = [1,0,0] -------------------------- 1(0) + 1(1) + 1c = 0 1(1) + 1(0) + 1c = 0 1(0) + 1(0) +1c = 1 c = [-1,-1,1] ------------------------- F: 0 1 -1 1 0 -1 0 0 1
or the augment yeah
im sure i missed something on my write up
Or is the augment the other way around \[\left[\begin{matrix}0 & 1 & 0 &1&1&1\\ 1 & 0 & 0&0&1&1 \\ 0 & 0 & 1&0&0&1\end{matrix}\right]\]
F(v) = Ax or put another way Av = F(v)
so to find A, it would be some sort of: (v,F(v)) -> ( I ,A )
So the result is this
\[A=\left[\begin{matrix}-1 & 1&0 \\ 1 & 0&-1 \\ 0&0&1\end{matrix}\right]\]
if we run the long version, i see where i goofed 1a = 0 1a = 1 1a = 0 a = [0,1,0] ------------------------- 1(0) + 1b = 1 1(1) + 1b = 0 1(0) + 1b = 0 b = [1,-1,0] ^^ not 0 -------------------------- 1(0) + 1( 1) + 1c = 0 1(1) + 1(-1) + 1c = 0 1(0) + 1( 0) +1c = 1 c = [-1,0,1]
your augment is correct, which means that either my augment idea is wrong, or its just not in a suitable order; the long version suits me good tho {{0, 1, -1,}{1, -1, 0},{0, 0, 1}} * {{1},{0},{0}} {{0, 1, -1,}{1, -1, 0},{0, 0, 1}} * {{1},{1},{0}} {{0, 1, -1,}{1, -1, 0},{0, 0, 1}} * {{1},{1},{1}}
maybe the augment has to transpose the columns?
lol, when i transpose v, we get a transpose of what i found
Year.. :)
ah, that does make sense now that i consider it |dw:1372274220659:dw|
|dw:1372274270364:dw|
Join our real-time social learning platform and learn together with your friends!