/*********** STATIC memory allocation ************/ void tridiag(float *a, float *b, float *c, float *d, int n); void main() { float *at,*bt,*ct,*dt; float a[99],b[99],c[99],d[99]; float vx[99999],vy[99999],vy1[99999],vy2[99999]; float m[99],h[99],v[99],u[99],by[99]; float dx,xx,x[99],y[99]; int ii,i,j,n,nm,nplot; /**** Input ****/ scanf("%d%d",&n,&nplot); nm=n-2; for(i=0;i> %d %f \n",i,m[i]); */ for(i=0;i