#matrix help
72 messages · Page 1 of 1 (latest)
I would love just a point in the right direction
Oh and the problem asks to find the matrix of the left graph and use linear mapping to get the right side if that makes sense
what you can do is look at how some specific points of the figure changed from left to right
for example, what happens to the bottom left of the K when you go from the 1st picture to the 2nd ?
@peak sail
Goes from a straight line where x=0 to one that goes from x=0 to x=2
But i dont get how to find the matrix of that
no, the bottom left stays put, it doesn't move
(0,2) in the first pic is (0,2) in the second pic also
Yeah ok sorry thought you meant the line of the k my bad
now yeah we can talk about the top left of the K if you want
Point moves from 0,6 to 2,6
yep
so let's say our transformation matrix from 1st pic to 2nd pic is called T
what can you say about T from these two pieces of info ?
I’m not really sure how you make this matrix but the points on the bottom (y=0) is the same in both of the matrix but they shift by +2 at y=6
my goal is to get the matrix from knowing how these 2 points move
indeed we don't know what T is yet
So wait is t how we change left side to make ther right side
yeah
So like LT=R L=left side R=right side?
yeah T*L = R
where L is a point on the left side
and R is the corresponding point on the right
Ahhhh ok
so if you plug in these two pairs of L/R points we got earlier
what equations do we get ?
yeah assuming you mean column vectors for your points (it's hard to type them on text ik)
T goes from R^2 to R^2, so it's gonna be a 2x2 matrix
So in the 2x2 matrix Will it be the highest and lowest point
So 2,6 and 0,6 in the 2x2 matrix
not sure what you're saying here
Wait nvm i missread
Ok so T is a 2x2 matrix
Wich makes the matrix with [0 6] into a matrix [2 6]
And just so im doing this correct R and L are 1x2 and not 2x1
Yeah my bad i meant the other way around 2x1 not 1x2
$$T\begin{bmatrix}0 \ 6\end{bmatrix} = \begin{bmatrix}2 \ 6\end{bmatrix}$$
$$T\begin{bmatrix}2 \ 0\end{bmatrix} = \begin{bmatrix}2 \ 0\end{bmatrix}$$
aPlatypus
so that's what we got
2 equations about T
now it turns out we can combine these 2 equations into 1
by the power of matrices again
$$T\begin{bmatrix}0 & 2 \ 6 & 0\end{bmatrix} = \begin{bmatrix}2 & 2 \ 6 & 0\end{bmatrix}$$
aPlatypus
Alright ill do the calculation
See if i get this 1 second
1,1 is 1/3
Does this look correct
This should be T
,w {{2, 2}, {6,0}} * {{0,2}, {6,0}}^-1
Yes ok i see Where i went wrong i didnt put it back into the correct spots
I get the same answer as you sent now

Thank you for the help!! ❤️
you can use .close if you're done @peak sail
.close