You are on page 1of 1

echo on

format short
'5x + 7y + 3x = 12'
'3x - 5y + 2x = 10'
'2x - 7y + 6x = -5'
[x, y, z]= solve ('5*x + 7*y + 3*z = 12', '3*x - 5*y + 2*z = 10', '2*x- 7*y +
6*z = -5', 'x', 'y', 'z')
echo off

You might also like