Question
Problem 2 (Python): Using Python.ipynb The numpy function np.pv(rate, nper, pmt, fv=0, when='end') works like the Excel pv() function to calculate the present value of
Problem 2 (Python): Using Python.ipynb
The numpy function np.pv(rate, nper, pmt, fv=0, when='end') works like the Excel pv() function to calculate the present value of an annuity.
Assuming that the annualized percentage interest rate is 4%. An annuity investment offers monthly payments of $30,000 per month for 5 years.
A. Calculate the present value this investment using the np.pv() function and print the answer.
B. Keeping the size and number of payments the same, graph the present value of the annuity vs. the discount rate for discount rates ranging from 0.01 to 0.20 in increments of .01. Put a title and axis labels on the plot
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started