Matrix with two diagonals: Difference between revisions

Content added Content deleted
Line 1,113: Line 1,113:
A = 0.
A = 0.
DO 10 I = 1, N
DO 10 I = 1, N
A(I, I) = 1
A(I, I) = 1.
10 A(I, N - I + 1) = 1.
10 A(I, N - I + 1) = 1.