make a matrix:
⎝⎛1111−10111111513⎠⎞
make this matrix simple form:
line 3 minus line 2:
⎝⎛1101−11110110512⎠⎞
line 2 minus line 1:
⎝⎛1001−211001005−42⎠⎞
line 2 divided by -2:
⎝⎛100111100100522⎠⎞
lines 2 and 3 are equal, so we remove the third line:
(1011101052)
this matrix has a simple form, back to system equations:
x+y+z+t=5,
y=2;
x=5−2−z−t,
y=2;
z and t are free variables
z=h1,
t=h2;
solution to the system of equations:
x=3−h1−h2,
y=2,
z=h1,
t=h2;
(where h1 and h2 are any real numbers)
Comments
Leave a comment