![]() |
(4) |
It is not necessary to construct a matrix. Instead, we type:
>> equations := {x + 2*y +3*z=20, 2*x + y + z=11, x + y - z= 1}:
Next, we use the MuPAD solver to solve the system:
>> solve(equations)
{[x = 2, y = 3, z = 4]}