Solving 5 Unknowns with Gauss-Seidel in MATLAB

  • Context: MATLAB 
  • Thread starter Thread starter osqen
  • Start date Start date
  • Tags Tags
    Matlab Unknowns
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
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?