Thread: Write a C program to find a root of f(x)=0 by fixed point Iterative method

  1. #1
    Registered User
    Join Date
    Jan 2019
    Posts
    1

    Write a C program to find a root of f(x)=0 by fixed point Iterative method

    Write a C program to find a root of f(x)=0 by fixed point Iterative method.
    The convergence criterion should be taken care of.

  2. #2
    Registered User
    Join Date
    May 2016
    Posts
    104
    If you're going to copy/paste your homework, at least have the courtesy of prefixing some introductory words.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 11-08-2011, 11:29 AM
  2. Square root using iterative approach
    By hunterage2010 in forum C Programming
    Replies: 12
    Last Post: 12-01-2009, 04:51 AM
  3. Cubic Root by Newton's Iterative Method
    By amirahasanen1 in forum C++ Programming
    Replies: 2
    Last Post: 03-15-2005, 02:05 PM
  4. fixed point / floating point
    By confuted in forum Game Programming
    Replies: 4
    Last Post: 08-13-2002, 01:25 PM
  5. Floating point faster than fixed-point
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-08-2001, 11:34 PM

Tags for this Thread