Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a9na/numerical-calculus
This repository contains C++ implementations for numerical differentiation and integration techniques.
https://github.com/a9na/numerical-calculus
Last synced: about 2 months ago
JSON representation
This repository contains C++ implementations for numerical differentiation and integration techniques.
- Host: GitHub
- URL: https://github.com/a9na/numerical-calculus
- Owner: a9na
- Created: 2024-08-02T07:15:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T07:18:01.000Z (5 months ago)
- Last Synced: 2024-08-02T08:49:49.359Z (5 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical-Calculus
This repository contains C++ implementations for numerical differentiation and integration techniques. It includes methods for forward, backward, and central differences for differentiation, and trapezoidal
and Simpson's rule for integration. The project also features a simple console-based user interface for visualizing the functions and their derivatives or integrals.