The exponential function is used to calculate the compound interest – the value of an investment at a future date.

The compound interest on an investment can be calculated by the formula, which is an exponential function.

A = P*(1+r)^t

Where

A = Amount at time t

r = Rate of interest per year

P = Initial investment

Note: The program on this page use NumPy programming.

Verified by MonsterInsights