Skip to content

Opening book details…

About this document

Algoritmo de Falsa Posición en Python by Sergio Sanchez is a document available to read on EtoBox.

This document summarizes the application of the false position method to find the root of a function. The method iteratively narrows the range between two values (a and b) where the function changes signs, converging on the root. The algorithm is demonstrated on a cubic polynomial function, running for 42 iterations until the range is smaller than the specified tolerance of 0.000000000000001. The root is found to be 0.9343.

Author
Sergio Sanchez
Language
EN