punto.fi: Punto Fijo

Usage Arguments Author(s) Examples

View source: R/puntofijo.R

Usage

1
punto.fi(fx, x, tol)

Arguments

fx

Funcion.

x

Punto inicial.

tol

Tolerancia.

Author(s)

Luis MARON

Examples

1
2
3
##---- Ejemplito xD ----
 .fun <- function(x) cos(x)-exp(-x^2)+x
 punto.fi(.fun,x = 1.5,tol = 10^-4)

luisxsuper/metodNum documentation built on July 10, 2019, 2:27 p.m.