Skip to content

Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.

License

Notifications You must be signed in to change notification settings

cppf/fixed-point-root

Repository files navigation

Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.

Course: Numerical Methods Laboratory, Monsoon 2011
Taught by: Prof. Bata Krushna Ojha

See main.cpp for code.

About

Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.

Topics

Resources

License

Stars

Watchers

Forks