MATLAB Solving 5 Unknowns with Gauss-Seidel in MATLAB

  • Thread starter Thread starter osqen
  • Start date Start date
  • Tags Tags
    Matlab Unknowns
AI Thread Summary
The discussion revolves around solving a system of five equations with five unknowns using the Gauss-Seidel method in MATLAB. The user seeks assistance specifically with implementing this numerical method in MATLAB rather than performing manual calculations. There is a query regarding whether the user lacks knowledge of MATLAB or the Gauss-Seidel algorithm itself. The conversation emphasizes the need for clarity on the user's familiarity with these tools to provide effective help. Overall, the focus is on applying the Gauss-Seidel method programmatically in MATLAB.
osqen
Messages
6
Reaction score
0

Homework Statement

100 - 100C1 = 0

100(C1) + 5(C3) - 150(C2) - 30(C2) = 0

150(C2) + 5(C4) - 75(C3) - 37,5(C3) = 0

70(C3) + 10(C5) - 40(C4) - 20(C4) = 0

75(C4) - 80(C5) - 24(C5) = 05 unknowns and 5 equations

my question is " how can i solve his problem using Gauss-Seidel method in MATLAB program ( not with hand calc.)" ,
if anyone can help, i'll be pleased:) thanks
 
Physics news on Phys.org
What is the problem, do you not know Matlab or not know the Gauss-Seidel algorithm?
 

Similar threads

Replies
4
Views
7K
Replies
4
Views
1K
Replies
2
Views
3K
Replies
1
Views
1K
Replies
6
Views
2K
Replies
3
Views
2K
Replies
5
Views
3K
Replies
1
Views
5K
Back
Top