This project is part of the course "Métodos Numéricos" (Numerical Methods), where we apply numerical algorithms to solve mathematical models commonly found in physics and engineering. These are problems that often don't have exact analytical solutions, so numerical approximation becomes essential.
Here we have the homework code requested by the professor throughout the semester. Each program implements one or more numerical techniques using Java as the programming language, and the development environment is IntelliJ IDEA.
- Language: Java
- IDE: IntelliJ IDEA
- Paradigm: Console-based applications, algorithm-focused
This repository is mainly intended as a collection of academic exercises and demonstrations of numerical techniques in code form. It's a helpful reference for students and anyone learning numerical methods programmatically.