Repository focused on implementations of algorithms studied in the Numerical Calculus discipline.
Numerical Calculus is an area of mathematics that deals with the formulation and implementation of algorithms to solve mathematical problems through numerical methods. It is fundamental knowledge for several areas of science and engineering, dealing with problems that cannot be solved analytically.
The repository features different numerical methods such as:
- Zero functions;
- Solution of systems of linear equations;
- Numerical integration;
- Least squares;
- Solution of differential equations;
- Others.
- Python3 and its libraries.
Repositório focado em implementações de algoritmos estudados na disciplina de Cálculo Numérico.
Cálculo Numérico é uma área da matemática que lida com a formulação e implementação de algoritmos para resolver problemas matemáticos através de métodos numéricos. É conhecimento fundamental para diversas áreas da ciência e engenharia, lidando com problemas que não podem ser resolvidos analiticamente.
O repositório apresenta diferentes métodos numéricos, como:
- Zero de funções;
- Solução de sistemas de equações lineares;
- Integração numérica;
- Mínimos quadrados;
- Solução de equações diferenciais;
- Outros.
- Python3 e suas bibliotecas.