Skip to content

Integrating simple polynomials and few trigonometric functions

Notifications You must be signed in to change notification settings

Sm1tShah/Simple-Integrals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Integrals

Integrating simple polynomials and few trigonometric functions

Input:

| 1sin x - cos x dx

| 1x^2 + x + 1sin x + 1cos x + 1 dx

| 1x^-7 + 5x + 7x^6 - x^-2 + 1sin 10x –1cos 4x dx

Output:

-cos(x) -sin(x) + C

(1/3)x^3 +(1/2)x^2 +x -cos(x) +sin(x) + C

x^7 +(5/2)x^2 +x^-1 -(1/6)x^-6 -(1/10)cos(10x) + C

About

Integrating simple polynomials and few trigonometric functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages