Matrix with two diagonals: Difference between revisions

Content added Content deleted
Line 351: Line 351:
=={{header|Basic}}==
=={{header|Basic}}==
<lang qbasic>100 REM
<lang qbasic>100 REM
110 REM BI-DIAGONAL MATRIX
110 REM DIAGONAL-DIAGONAL MATRIX
120 REM
120 REM
130 LET N = 7
130 LET N = 7