Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RolaValdez committed Jun 17, 2020
1 parent fd7029f commit 0128a03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Metodos-numericos-Numerical-Methods
ESPAÑOL
# Metodos-numericos-Numerical-Methods
**ESPAÑOL**
Este repositorio contiene todos los códigos de Matlab que he creado en mi canal de Youtube (Tutoingeniero) sobre métodos numéricos. Este contiene todos los scripts y funciones realizadas en la serie y será actualizado constantemente. En las secciones de abajo se incluirá una explicación breve sobre los temas a los que pertenece cada código. Todas las funciones llevan el sufijo "Fcn" al final de su nombre. Se incluyen también versiones tanto en español como en inglés de los códigos.

ENGLISH
**ENGLISH**
This repository contains all of the Matlab codes I've developed on my Youtube channel (Tutoingeniero) about numerical methods. This contains all of the scripts and functions developed in the series and will be updated frequently. In the sections below there will be included a brief explanation of the topics that each code belongs to. All the functions have the "Fcn" termination on their names. Codes have both spanish and english versions.

# Raices-de-una-funcion-Roots-of-a-function
ESPAÑOL
## Raices-de-una-funcion-Roots-of-a-function
**ESPAÑOL**
En esta sección se incluyen todos los códigos para encontrar las raíces de una función tanto para métodos cerrados como abiertos. Adicionalmente pueden ver la lista de reproducción de Youtube aquí: https://www.youtube.com/playlist?list=PLSrGuI5Xqm-5HtgtzBP4Meom1K0ZuzJo-

*[BiseccionFcn.m](https://github.com/RolaValdez/Metodos-numericos-Numerical-Methods/blob/master/BiseccionFcn.m)
*[Método de la bisección](https://github.com/RolaValdez/Metodos-numericos-Numerical-Methods/blob/master/BiseccionFcn.m)
*

ENGLISH
**ENGLISH**
In this section are included all of the codes about finding the roots in a function with both closed and open methods. Aditionally you can watch the Youtube playlist here: https://www.youtube.com/playlist?list=PLSrGuI5Xqm-5HtgtzBP4Meom1K0ZuzJo-

0 comments on commit 0128a03

Please sign in to comment.