retagged by
251 views
0 votes
0 votes

Solve the following system using Gauss elimination with partial pivoting.

  1. $\left\{\begin{matrix} &2x_{1}+x_{2}+x_{3}=10\\ & 3x_{1}+2x_{2}+3x_{3}=18 \\ & 5x_{1}+4x_{2}+2x_{3}=9 \end{matrix}\right.$
  1. $\left\{\begin{matrix} &x_{1}+x_{2}-x_{3}+x_{4}=-5\\ & x_{1}+x_{2}+x_{3}+3x_{3}=-3\\ & x_{2}+x_{3}-x_{4}=6 \\ & -x_{1}+x_{2}+3x_{3}=11 \end{matrix}\right.$
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
kidussss asked Mar 7, 2023
281 views
Use Secant method to find roots of:$x^3-2x^2+3x-5=0$$x+1 = 4sinx$$e^x = x + 2$
0 votes
0 votes
0 answers
2
kidussss asked Mar 7, 2023
203 views
Use NR method to find a root of the equation with tolerance x=0.00001.$x^3-2x-5=0$$e^x-3x^2=0$
0 votes
0 votes
0 answers
3
kidussss asked Mar 7, 2023
113 views
Use Bisection method to find all roots of $x^3 – 5x + 3 = 0$
0 votes
0 votes
0 answers
4
kidussss asked Mar 7, 2023
271 views
Use Bisection method to find the root of the following equation with tolerance 0.001.$x^4 - 2x^3 - 4x^2 + 4x + 4 = 0$$x^3 – e^x + sin(x) = 0$