Recent content by Jtenbroek

  1. J

    Comp Sci C++ programming, Newtons Method.

    I think this is what they suggested I use in the assignment "y = x - f(x)/f'(x),"
  2. J

    Comp Sci C++ programming, Newtons Method.

    Having a lot of trouble the my C++ course, loops especially. This is the assignment giving me trouble The function you are to implement finds a root of the given function eff(x) using Newton's method. The given version of eff(x) implements f(x) = x2e-x-2 (where e is the base of the natual...
Back
Top