An open API service providing repository metadata for many open source software ecosystems.

Topic: "metodos-numericos"

RolaValdez/Metodos-numericos-Numerical-Methods

Códigos de Matlab para métodos numéricos | Matlab codes for numerical methods

Language: MATLAB - Size: 4.28 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 10

abelsiqueira/calculo-numerico-em-julia

Material de Cálculo Numérico em Julia.

Language: Jupyter Notebook - Size: 18.1 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 2

americocunhajr/UERJ-CalculoNumerico

Curso de Cálculo Numérico da UERJ.

Language: MATLAB - Size: 151 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 10 - Forks: 3

lucasamtaylor01/Lorenz63

Aplicação de métodos numéricos no atrator de Lorenz 🌀

Language: Jupyter Notebook - Size: 9.95 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

AppliedMechanics-EAFIT/modelacion_computacional

Material de Modelación Computacional

Language: Jupyter Notebook - Size: 45.2 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 3

Mandy8808/Metodos_Numericos_2024

Introductory Course on Numerical Methods

Language: Mathematica - Size: 72.2 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 4 - Forks: 0

ejdecena/Herramientas-Python

Herramientas fundamentales de Python para Cálculo Numérico y Ciencia de Datos.

Language: Jupyter Notebook - Size: 9.2 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

JohnyDeCoder/rootprox

Una calculadora para aproximar raíces de ecuaciones no lineales por el método de bisección, secante o regla falsa.

Language: C# - Size: 16.4 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

fisicatyc/numericos-interactivo

Repositorio oficial del pequeño proyecto del semillero aprobado en 2014.

Language: Python - Size: 3.8 MB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 3 - Forks: 0

josgard94/Metodo-de-Biseccion

Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]

Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ArthurCoAnd/MetodosNumericos

Aplicativo de Métodos Numéricos em Python

Language: Python - Size: 326 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

josgard94/Newton-Raphson-Method-Python-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

stivio00/NumericalMethodsJupyter

A class of numerical methods for engineering (Spanish)

Language: Jupyter Notebook - Size: 6.32 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

AlexisFreud/Metodos_Numericos

Un repositorio creado por servicio a la comunidad. Se incluye código de muchos de los métodos numéricos más comunes que se encuentran en Ingeniería en Sistemas Computacionales. Cualquier duda o contribución será atendida al correo [email protected] o en Twitter @AlexisFreud

Language: Python - Size: 55.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

GermanHeim/MatLab_Metodos_B

Archivos de MATLAB de las guías de Métodos teóricos B - Universidad Nacional del Sur, 2023.

Language: MATLAB - Size: 418 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Juan-Carlos-Estevez-Vargas/Metodos-Numericos

Repositorio con los ejercicios realizados en la materia MODELADO Y ANÁLISIS NUMÉRICO de la Fundación Universitaria de San Gil UNISANGIL.

Language: MATLAB - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bereamanuel/metodosNumericos

Métodos numéricos en Matlab | Python | R

Language: Python - Size: 173 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

KarinaJoanna/Metodos-Numericos

Métodos numéricos para Ecuaciones Diferenciales y Matemáticas Avanzadas para la Ingeniería

Language: MATLAB - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

damareszsouza/Exercicio-4-em-Java

Metodo - MOVE Exercicio replicado do Livro Tutorial de Programação em Java e Orientação a Objetos

Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

damareszsouza/Exercicio-3-em-Java

Métodos - Contador Exercício do livro Tutorial de Programação em Java e Orientação a Objetos

Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

lramon2001/MNE_FGA_UnB

MNE_FGA_UnB 📚-Repositório Criado com o camarada Maicon Rodrigues para a disciplina de Métodos numéricos para engenharia do Professor Ronne Toledo da FGA-UnB

Language: MATLAB - Size: 3.92 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

karo-txs/MeNum

Um conjunto de notebooks para Métodos Numéricos

Language: Jupyter Notebook - Size: 191 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

josgard94/Newton-Raphson-method-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

Language: C++ - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Sandalf/metodos-numericos-graficador

Language: Java - Size: 200 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

FabianNorbertoEscobar/scilab-ejercicios

Scilab - Cálculo Numérico

Language: Mathematica - Size: 380 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

i-ashy/Aplicacion_de_Metodos_Numericos

Programas en Matlab de la materia Aplicación de Métodos Numéricos Pénsum 2023 | Universidad Don Bosco

Language: MATLAB - Size: 45.9 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

DXI-CODE/calculadora-yboys

Sistema web para evaluar problemas matemáticos realizado con Flask

Language: Python - Size: 111 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

MariaCarolinass/computacao-numerica

Exercícios de Computação Numérica com Python

Language: Jupyter Notebook - Size: 1.1 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ale-cartes/Python-en-Accion---PentaUC

Material del curso "Python en Acción" impartido como parte del programa Penta UC

Language: Jupyter Notebook - Size: 60.9 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

jorgeroddom/ecuaciones-diferenciales-ordinarias

Resolución numérica de ecuaciones diferenciales ordinarias y sistemas

Language: Python - Size: 22.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

jorgeroddom/ecuaciones-diferenciales-algebraicas

Resolución numérica de ecuaciones diferenciales algebraicas de índice 1

Language: Python - Size: 686 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jerobarragan/Facultad

Algunos trabajos realizados durante la cursada de la Licenciatura en Ciencias de Datos, en la Facultad de Ciencias Exactas y Naturales (UBA).

Language: Jupyter Notebook - Size: 3.25 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

jangel347/numeric_methods

Métodos numéricos con python(Numpy, matplotlib, pandas)

Language: Python - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LuiSauter/metodo-de-thomas

Apliación movil para la Métodos Numéricos

Language: JavaScript - Size: 25.8 MB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Slrosales/Soluciones_Computacionales

Este repositorio se enfoca en solucionar desafíos profesionales en Ingeniería mediante métodos numéricos y algoritmos computacionales, ofreciendo recursos y ejemplos para ingenieros que buscan soluciones prácticas en situaciones donde las soluciones analíticas son problemáticas o inexistentes.

Language: Jupyter Notebook - Size: 7.59 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Cesar1227/calculadora-metodos-numericos

Calculadora de métodos numéricos en Java con funcionalidades de: Ajuste de curvas, Bisección, Derivación numérica, Falsa posición e Integración

Language: Java - Size: 3.64 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kaladabrio2020/CalculusNumerics

Trabalho da cadeira de Métodos Numérico I

Language: Python - Size: 141 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

IsmaelMath/Mathematics_methods_finance-

Um dos Meus hobbys é o mundo Financeiro usando métodos quantitativos. Aqui colocarei desde os principios fundamentais da Probabilidade e Estatística. Passando por econometria e Processo Estocastico.. Usando Python, R e c++

Language: Jupyter Notebook - Size: 458 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lucasgoncolm2003/Metodo-da-Bissecao-com-Representacao-Grafica-em-MATLAB

Método da Bisseção com Cálculo Numérico e Representação Gráfica em MATLAB

Language: MATLAB - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tinamigo/tp3-metodos

Análisis de datos sobre expectativa de vida sobre un conjunto amplio de países. Desarrollado en C++ y Python. Informe en LaTeX. Trabajo Práctico de la materia Métodos Numéricos de la FCEyN-UBA. Elaborado en conjunto con Dante Olmedo, Gonzalo Monasterio y Ariana Manusovich.

Language: Jupyter Notebook - Size: 5.42 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

JohnStukov/Metodos-Numericos

Metodos numericos implementados de forma sencilla en lenguaje Golang

Language: Go - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rubens-lavor/projeto-final-E.D.O.

Repositório destinado ao projeto de EDO (Equações Diferenciais Ordinárias) da disciplina de Séries e Equações Diferenciais. UFSC-Joinville.

Language: Python - Size: 1.89 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

joshimar/NumericalMethods

Java examples of Numerical Methods to calculate the root of a function. Supported algorithms are Newton Raphson, Bisection, Fixed Point and False Rule.

Language: Java - Size: 188 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MartinsPaulo/MNC

Trabalhos realizados para disciplina de Métodos Numéricos Computacionais - UNESP

Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

dhoyoso/AnalisisNumerico

Una implementación de algunos métodos numericos para resolver ecuaciones hecha con PYQT5

Language: Python - Size: 163 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

cosmoscalibur/metnumericos_udem 📦

Repositorio del curso de Métodos Numéricos (código 2296) que impartí (20151 - 20171) en la Universidad de Medellín.

Language: TeX - Size: 250 KB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

josemam/splinesJS

Genera y representa funciones polinómicas a trozos usando HTML y JavaScript

Language: JavaScript - Size: 801 KB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

Related Topics
numerical-methods 15 python 13 matlab 5 calculo-numerico 5 math 5 python3 4 newton-raphson 4 matematicas 4 analisis-numerico 3 biseccion 3 c-plus-plus 2 matlab-codes 2 algebra-linear 2 equation-solver 2 matematica 2 c 2 numerical-analysis 2 bisection 2 datascience 2 cplusplus 2 falsa-posicion 2 numericos 2 metodos 2 notebook 2 jupyter 2 jupyter-notebook 2 punto-fijo 2 runge-kutta 2 secant-method 2 java 2 matematica-aplicada 2 bisection-method 2 statsmodels 1 calculo 1 ecuaciones-diferenciales 1 integral 1 datamodelling 1 scipy 1 metodos-teoricos 1 metodos-b 1 matlab-script 1 julia 1 ipynb 1 matlab-library 1 matlab-gui 1 codigos 1 tkinter-gui 1 numpy 1 julia-language 1 newtons-method 1 jacobi-method 1 gauss-seidel 1 gauss-jordan 1 programming 1 programming-python 1 construcao-de-graficos 1 newton-rapshon-method 1 matematics 1 ecuaciones 1 c-programming 1 apn 1 herramientas-python 1 data-science 1 ciencia-de-datos 1 integracion 1 derivacion-numerica 1 lenguaje-python 1 ajuste-de-curva-polinomial 1 matplotlib 1 roots 1 oriented-object-programming 1 c-programming-language 1 matplotlib-tutorial 1 runge-kutta-4 1 lorenz 1 atrator-de-lorenz 1 ufrn 1 numpy-tutorial 1 react-native 1 expo 1 scilab-scripts 1 pandas-tutorial 1 scilab 1 scikit-learn 1 specification 1 rsa-cryptography 1 rlanguage 1 implementation 1 haskell 1 design 1 datavisualization 1 scikitlearn-machine-learning 1 civil-engineering 1 elementos-finitos 1 finite-element-methods 1 ingenieria-civil 1 jupyter-notebooks 1 modelacion-computacional 1 scientific-computing 1 differential-equations 1