How to find the matrix $A$ in this problem?

97 Views Asked by At

The question is given below:

enter image description here

But I do not know how to solve it, if my understanding correct, I see that they want us to find the matrix $A$ in the following homogeneous system $AX = 0$, am I correct? if so, then I still do not know how to find the matrix, could anyone help me in this please? If not, could anyone tell me how to solve this problem please?

Thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

Guide:

The nullity is $3$, hence the rank has to be $5-3=2$.

Hence $A \in F^{2 \times 5}$. Let me write $A = \begin{bmatrix} a_1^T \\ a_2^T\end{bmatrix}$ and let the $3$ independent vectors in the solution space be put in a matrix $X$.

$$AX=0$$

means that

$$X^TA^T=0$$

Try to solve the system in $GF(13)$,

$$\left[\begin{array}{ccccc|c} 2 & 1 & 9 & 7 & 4 & 0 \\ 8 & 3 & 10 & 5 & 12 & 0 \\ 7 & 6 & 2 & 11 & 7 & 0\end{array}\right]$$

The solution would help you to reconstruct the matrix $A$.