125k views
2 votes
Write linear system as a matrix equation in the form AX=B

Write linear system as a matrix equation in the form AX=B-example-1

1 Answer

2 votes
Answer:


\begin{bmatrix}{-3} & {-1} & {-1} \\ {-3} & {4} & {-1} \\ {-3} & {4} & {4}\end{bmatrix}\begin{bmatrix}{x} & & \\ {y} & & \\ {z} & & \end{bmatrix}=\begin{bmatrix}{14} & & \\ {6} & & \\ -{4} & & \end{bmatrix}

Step-by-step explanation:

Given the system of equations:


\begin{gathered} -3x-y-z=-14 \\ -3x+4y-z=6 \\ -3x+4y+4z=-4 \end{gathered}

Writing in the form:

AX = B

Where A is the matrix of the coefficients

X are the variables

B are the constant terms

User Aakash Makwana
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.