https://github.com/gokoshijr/calculo-numerico
Cálculo Numérico - UJAP 2020 2CR
https://github.com/gokoshijr/calculo-numerico
calculus numerical octave
Last synced: 12 months ago
JSON representation
Cálculo Numérico - UJAP 2020 2CR
- Host: GitHub
- URL: https://github.com/gokoshijr/calculo-numerico
- Owner: GokoshiJr
- License: mit
- Created: 2020-08-06T16:22:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T04:50:09.000Z (over 5 years ago)
- Last Synced: 2025-06-27T15:06:55.562Z (12 months ago)
- Topics: calculus, numerical, octave
- Language: MATLAB
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calculo-numerico
This is the numerical calculus repository, where I use octave instead of matlab, being the first one lighter and open source.
## Install
```git
$ git clone https://github.com/GokoshiJr/calculo-numerico.git
```
## Content
- *[Cholesky Factoritation Method](https://github.com/GokoshiJr/calculo-numerico/tree/master/src/evaluacion1).*
- *[Lagrange Interpolation](https://github.com/GokoshiJr/calculo-numerico/tree/master/src/evaluacion2).*
- *[Newton-Raphson Method](https://github.com/GokoshiJr/calculo-numerico/tree/master/src/evaluacion3).*
- *[1/3 Compuest Simpson Method](https://github.com/GokoshiJr/calculo-numerico/tree/master/src/evaluacion4).*
- *[Euler Method](https://github.com/GokoshiJr/calculo-numerico/tree/master/src/evaluacion5).*
## Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [calculo-numerico](https://github.com/GokoshiJr/calculo-numerico).
## License
calculo-numerico is released under the [MIT License](https://opensource.org/licenses/MIT).
## Resources
- *[Octave Documentation](https://octave.org/doc/v5.2.0/).*
## Author
**[GokoshiJr](https://github.com/GokoshiJr)** (Julio González) Ing Computación UJAP 2020-2CR.