Clear Filters
Clear Filters

solve the following systems of equation, using A\b construct, as well as Gauss-seidel method with tolerance of 10^-7

27 views (last 30 days)
(1) 2x1 - x2 + 3x3 = 8
4x1 + 2x2 - 5x3 = -9
6x1 + 3x2 + x3 = 12
(2) 10x1 + x2 +2x3 = 3
x1 + 10x2 - x3 = 1.5
2x1 + x2 + 10x3 = -9

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!