Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calculus in python
#7
Hmm,  I was little unclear with notation. After first line i just stopped to care about original values of a, b, c - they were used only to compute k and forgotten (with k = a * b / c  function k * 1.05^(-x) is same as  (a*b)/c * 1.05^(-x) )

And rest was just integration of function k * 1.05^(-x) on interval [a, b], whatever values of k, a, b are. And for integral of 5 * 1.05^(-x) on interval [1, 5] wolfram alpha gives same result (17.3042) - just fill there 5 * 1.05^(-x), from 1, to 5.
Reply


Messages In This Thread
Calculus in python - by pythonforumrocks - Mar-19-2017, 11:39 PM
RE: Calculus in python - by ichabod801 - Mar-20-2017, 12:45 AM
RE: Calculus in python - by zivoni - Mar-20-2017, 12:46 AM
RE: Calculus in python - by pythonforumrocks - Mar-20-2017, 12:15 PM
RE: Calculus in python - by zivoni - Mar-20-2017, 02:18 PM
RE: Calculus in python - by pythonforumrocks - Mar-20-2017, 03:49 PM
RE: Calculus in python - by zivoni - Mar-20-2017, 04:34 PM
RE: Calculus in python - by pythonforumrocks - Mar-20-2017, 06:25 PM
RE: Calculus in python - by zivoni - Mar-20-2017, 10:35 PM
RE: Calculus in python - by pythonforumrocks - Mar-21-2017, 03:26 PM
RE: Calculus in python - by zivoni - Mar-21-2017, 05:03 PM
RE: Calculus in python - by pythonforumrocks - Mar-22-2017, 09:08 AM
RE: Calculus in python - by pythonforumrocks - Mar-24-2017, 03:59 PM
RE: Calculus in python - by nilamo - Mar-24-2017, 04:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Some help with some calculus and fish agritheory 4 3,255 Aug-17-2018, 07:40 PM
Last Post: agritheory

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020