Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. USMANTAURA

    Need solution to this problem please

    program pisarchik implicit none real*8 t,tstep,y(5) integer N,i,j,nsteps N=5;nsteps=0.1;y(1)=0.6;y(2)=0.0;y(3)=0.6;y(4)=0.0;y(5)=0.0 open(6,file='p.dat') write(6,*)0,Y(1),Y(2),Y(3),Y(4),Y(5) do J = 1,nsteps t = j*tstep call...

Part and Inventory Search

Back
Top