Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.