An open API service indexing awesome lists of open source software.

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

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.