How can i type code for solving linear system equation with iterative method. First i checked if my matrix is diagonal dominant. But i dont know how to do further.I have mathematica code which is attached in this message.

Answers (2)

In those files i have all except iterative method. The equation Ax=B needs to be transformed to x=beta + alpha*x, then the start aproximation needs to be x0=beta. To transform in that equation i need to solve equation by equation by x1,x2,...,xn, this form x1=beta1 + alpha12*x2 + alpha13x3 etc.
That step is missing because i dont know how to program that in matlab. :(

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 20 Dec 2018

Commented:

on 20 Dec 2018

Community Treasure Hunt

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

Start Hunting!