From 8e8aa6f870d1f25c26d80b74fee6c2db23ac18ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolando=20Valdez=20Guzm=C3=A1n?= <66616861+RolaValdez@users.noreply.github.com> Date: Tue, 16 Jun 2020 22:34:48 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da4a769..c5e9844 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Metodos-numericos-Numerical-Methods -Este repositorio contiene todos los códigos de Matlab que he creado en mi canal de Youtube (Tutoingeniero) sobre métodos numéricos. +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. + +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. + +# 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- + +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-