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

https://github.com/mr-mohan-v/computation-of-sin-and-cos-integration

Computational technique to find Sin and Cosine of a radian value using taylor series, and to find integral of polynomial using Trapeziodal, Simpson 1/3 and Simpson 3/8 rule
https://github.com/mr-mohan-v/computation-of-sin-and-cos-integration

cosine intergration matlab sine taylor-series

Last synced: about 2 months ago
JSON representation

Computational technique to find Sin and Cosine of a radian value using taylor series, and to find integral of polynomial using Trapeziodal, Simpson 1/3 and Simpson 3/8 rule

Awesome Lists containing this project

README

        

# Computation-of-Sin-and-Cos-Integration-Taylor-Series

Tools: MATLAB




Sin and Cos :

Computational technique to find Sin and Cosine of a radian valueusing taylor series


Integration :

Computational technique to find integral of polynomial using Trapeziodal, Simpson 1/3 and Simpson 3/8 rule