Skip to content

Commit 0128a03

Browse files
authored
Update README.md
1 parent fd7029f commit 0128a03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Metodos-numericos-Numerical-Methods
2-
ESPAÑOL
1+
# Metodos-numericos-Numerical-Methods
2+
**ESPAÑOL**
33
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.
44

5-
ENGLISH
5+
**ENGLISH**
66
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.
77

8-
# Raices-de-una-funcion-Roots-of-a-function
9-
ESPAÑOL
8+
## Raices-de-una-funcion-Roots-of-a-function
9+
**ESPAÑOL**
1010
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-
1111

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

15-
ENGLISH
15+
**ENGLISH**
1616
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 commit comments

Comments
 (0)