photo

Austin Marsh


Last seen: quasi 4 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


I'm solving a system Ax=b with Jacobi. I got it to run through once, but now I need a driver to run 20 iterations of each, while printing the infinity norm of ||t-x^i|| ,where x^i is generated from an initial guess of x0, to a table each iteration.
function driver A = [4 -1 -1 0;-1 4 0 -1;-1 0 4 -1;0 -1 -1 4]'; b = [10.5;-13;1;-1.5]; n = 4; %% exact solution t = [2;-3...

quasi 4 anni fa | 1 risposta | 0

1

risposta