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.

Réponses (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. :(

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by