formula for the projection of x on to a non zero vector u
(v.x)/(u.u) u
proj[v] (x + y)
proj[v] (x) + proj[v] (y)
proj[v] (rx)
rproj[v] (x)
what is an orthogonal projection to the x-axis
a function that maps a vector U = [u1 u2] to [u1 0]
projection matrix formula
Pu = 1/(|u|^2) (uuT)
square of Pu
Pu
what is the function that rotates vectors x radian the anticlockwise direction
[cosx - sinx]
[sinx cosx]
how to prove a function is linear
apply the function to:
- f(x + y) and prove it = f(x) + f(y)
- f(cx) and prove it = cf(x)