I have a problem with my code. it compiles fine on TP7.0, but gives an error when running..?
program Nis
{$N+};
Uses
Dos;
Const
n=333 ;
Type
Tritype=Array[1..3,-n..n] Of Extended;
mtype=Array[-n..n] Of Extended;
Var
tridiag: Tritype;
slut,di,fi : mtype;
i,j,i1,i2,j_mcm : Integer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.