You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$$A = \begin{bmatrix}
4 & 0\\\
3 & -5\\\
\end{bmatrix}$$
and a vector
$$x = \begin{bmatrix}
1\\\
1\\\
\end{bmatrix}$$
Make a program that operates and plots the vector x with the matrices from SVD decomposition of A, i.e U, Σ, and VT