How to solve this type of problems?

73 Views Asked by At

I'm struggling in solving this equation and tried to use the elimination method but did not work with me. Can anyone please show me how it can be solved?

$$ -555=0.862X+0.138Y-0.345Z, \\ -911=0.413X+0.587Y-0.492Z,\\ 674=0.849X+0.142Y+0.358Z,\\ $$

Thanks in advance :)

2

There are 2 best solutions below

0
On

Hint:

  • Solve the first equation for $X$.
  • Substitute $X$ into the second equation and solve for $Y$.
  • Substitute $Y$ into the third equation and find $Z$.
  • Use this to find $Y$ and $X$ from the first two equations.

You should end up with:

$$X=79.2468, Y=-140.527, Z=1750.49$$

Note that there are many other ways to solve this, for example Gaussian Elimination or Cramer's Rule, etc.

0
On

Oh, I think you're studying computational mathematics. The alternative to usual precise methods (Gauss–Jordan elimination used in most online calculators) is iterative methods. It may be Jacobi, or Gauss-Seidel (classical).