For physics/linear algebra I'm supposed to transform the big sideways F into the small upright F using a matrix, and then do the opposite. I'm wondering if anyone can shed some light on how to do this, I know I have to use sin and cos in some sort of combination but I don't know the reasoning behind it.
Thanks in advance
You have a rotation by $90^{\circ} = \frac{\pi}{2}$ radians. You have a dilatation by $2$ because the max of the original is $5$ and the max of the new is $10$.
$$u(t) = 2 \cos(90^{\circ}) x(t) + 2 \sin(90^{\circ}) y(t) = 2 y(t)$$ and $$v(t) = 2 \sin(90^{\circ}) x(t) - 2 \cos(90^{\circ}) y(t) = 2 x(t).$$