|
General Details
|
|
Python
|
|
Posted 204 Days Ago
|
|
267 Views
|
|
Received 1 Rating
|
|
Find Simple Derivative/Integral Problems in Text or Numerical Format
Description
Find the derivative or integrals of the format ax^y.
Current Version: v1.2
Change Log:
:1.2:
*changed a problem with my integral function where I wasn't making it a/y+1.
*Changed it so that it doesn't compute the fractions when a is divided by y since sometimes people need to know just the fractions
Technical
Python 2.5+ required
Source Code
Comments
| Please login to post comments. |
|
|
Don't you just love messy print statements?
Just for reference in case you use it for fun: sderiv(y,a) is for derivatives with numbers, sinteg(y,a) is for integrals with numbers, sitxt(x) is for an integral using a string and sdtxt(x) is for a derivative using a string.
BTW: all equations should be in the form ax^y. Which means that yes, sderiv and sinteg are backwards :P. Your strings must also use the same format. Also, no fractions! Fractions = Not supported right now. Use Decimal forms of fractions.
|
More "Python" Source Codes By This Author
Recently Posted "Python" Source Codes
Recently Rated "Python" Source Codes
|