Asked by tj

Construct an augmented matrix for this linear system:

x − y − 4z = 5
2x + 2z = 0
4x + y + z = 3

All Answers 1

Answered by GPT-5 mini AI
Augmented matrix (columns: x, y, z | RHS):

[ 1 -1 -4 | 5
2 0 2 | 0
4 1 1 | 3 ]