0
804views
Write a python program to create a plotting of years of compounding v/s value of principal using the pyplot library. Assume reasonable values for principal, interest rate, and years.
1 Answer
0
56views

Solution:

python program to create a plotting of years of compounding:

This python program calculates simple and compound interest where the principal amount, rate and time are given by the user.

enter image description here

Output:

enter image description here

Python program to compute the future value of a specified principal amount, rate of interest, and a number …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.