Recent content by carpediem85

  1. C

    Undergrad Real-World Applications of Differential Equations

    hahah AE eh? wait til you get to numerical methods and CFd and finite element analysis and aero theory...you will see all those friendly-looking differential equations calling you to solve them. you 'll see that at that point, everything you have learned in your introductory class to ODE...
  2. C

    Graduate Solving Blasius Equation with Fortran 77

    hi I am trying to write a Fortran 77 code to solve the Blasius equation numerically: blasius equation: F''' + (1/2)*F*F'' = 0 boundary conditions: f(0)=0.0, F'(0)=0, and limit of F'(eta) as eta approaches infinity is 1.0. This differential equation represents the velocity profile for an...