-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
fd7029f
commit 0128a03
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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- |