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

https://github.com/voidkeishi/computational-science

This repository contains implementations of algorithms from the course "Computational Science" at HUST
https://github.com/voidkeishi/computational-science

computational-science numpy python

Last synced: 10 months ago
JSON representation

This repository contains implementations of algorithms from the course "Computational Science" at HUST

Awesome Lists containing this project

README

          

# Computational-Science

This repository contains implementations of algorithms from the course "Computational Science" at HUST

## List of problems

- Linear equation system
- Solve linear equation system using Gaussian elimination
- Nonlinear equation
- Solve nonlinear equation using Newton's method
- Interpolation
- Lagrange interpolation
- Spline interpolation
- Regression
- Linear regression
- Polynomial regression
- Differential equation
- Solve differential equation using Euler's method
- Solve differential equation using Runge-Kutta method
- Approximate derivative and integral
- Unconstrained optimization
- Linear programming