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
- Host: GitHub
- URL: https://github.com/mr-mohan-v/computation-of-sin-and-cos-integration
- Owner: mr-mohan-v
- Created: 2022-02-10T15:32:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:15:43.000Z (about 2 years ago)
- Last Synced: 2025-01-05T16:33:31.506Z (4 months ago)
- Topics: cosine, intergration, matlab, sine, taylor-series
- Language: MATLAB
- Homepage:
- Size: 878 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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