Tercer Punto Parcial Corregido.txt

  • Uploaded by: Sebastian Cortes
  • 0
  • 0
  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Tercer Punto Parcial Corregido.txt as PDF for free.

More details

  • Words: 77
  • Pages: 1
#include #include <math.h> #include <stdlib.h> using namespace std; double f(double); int main(){ int i=1, tope_i; double x,a, x0, tol, error; cout<<"Ingrese punto inicial"<<endl; cin>>x0; cout<<"Ingrese tolerancia"<<endl; cin>>tol; cout<<"Ingrese numero de iteraciones"<<endl; cin>>tope_i; while (i<=tope_i){ x0=x; a=x; x=f(a); error=abs(x-a); if (error

Related Documents


More Documents from ""

Caracteres Especiales.pdf
November 2019 17
Promuovi La Tua Attivita
December 2019 43
May 2020 18
Amimanera Car
May 2020 17