Suppose that a 4x4 matrix $A$ has vectors $v_a,b_b,v_c,v_d$ that satisfy $$Av_a=v_c, Av_c=-v_a, \ \ Av_b=-2v_b,\ \ Av_d=-2v_d+3v_b.$$
I want to find the Jordan canonical form of $A$, and the matrix $P$ such that $A=PJP^{-1}.$
I feel the question is ambiguous because when saying $A$ has vectors $v_a,b_b,v_c,v_d$ such that ... does it mean that $A's$ columns or rows consist of those vectors or $A$ is a matrix which is unknown but satisfies those condition above. So I am really greatful fo any help or hints
It means exactly what it says, not more and not less. In matrix notation that gives $$ A[v_a,v_c,v_b,v_d]= [v_a,v_c,v_b,v_d] \begin{bmatrix} 0&-1&0&0\\ 1&0&0&0\\ 0&0&-2&3\\ 0&0&0&-2 \end{bmatrix} $$ In this form the task of identifying the Jordan normal form is greatly reduced. The transformation matrix has to use the basis matrix $V=[v_a,v_c,v_b,v_d]$ with the unidentified column vectors of the basis used.