Recent content by ktafg

  1. K

    Bisection Method in C to Find Root of x^4+x^3-12x^2-2x+10

    thank you very much for your help guys, my code is all sorted!
  2. K

    Bisection Method in C to Find Root of x^4+x^3-12x^2-2x+10

    Hi guys, I'm doing an assignment for working out a certain root of a given function, x^4+x^3-12x^2-2x+10, to a precision of 10-6. We are asked to give two limits of where we want to find a root between but I'm getting stuck. I was just wondering if any of you could look at my code and maybe...
Back
Top