Recent content by Sampath Emani

  1. S

    Need in solving a programm in FOTRAN

    yes sir, i do agree. but I'm not able not correct that . Can u help me in writing the correct step. I took an equation (2*(y**2)+5) i want to solve this using Runge kutta. Thanks in advance
  2. S

    Need in solving a programm in FOTRAN

    Friends, i have written a program in FOTRAN for solving a equation [f(x0,y0)= 2*(y**2)+5] I'm in the learning stage of FOTRAN. So please don't mind if my program has got any silly mistakes. Please help in executing the program. program rungekutta print *,' DIFFERENTIAL EQUATION...