subject
Computers and Technology, 04.07.2020 05:01 amy290

Suppose you want to predict the value of your Roth IRA Opens in new tab

as you age. Create a function (prob3_3) that takes scalar inputs of the principal amount, contribution amount, annual interest rate and numberof years. Your output will be a vector of the amount in your account the first day each year. Year one begins the day we open the account with our principal contribution. Assume that on the last day of the year, all interest is paid based on the amount in the account over the previous year then the new contribution is added.

Though this can be done without a loop (perhaps more efficiently), your program must use (at least) one.

Hint: use a for loop to generate the account value at the start of each year. E. g. there is $5500 in 2015, then $5500 + $440 (interest on the $5500) + $5500 (deposit) = $11,440 in 2016, then $11,440 +$915.20 (interest on the $11,440) + $5500 (deposit) = $17,855 in 2017, etc.

Using MATLAB

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:50
The file sales data.xlsx contains monthly sales amounts for 40 sales regions. write a sub that uses a for loop to color the interior of every other row (rows 3, 5, etc.) gray. color only the data area, columns a to m. (check the file colors in excel.xlsm to find a nice color of gray.)
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
Now, open this passage to read about fafsa requirements. describe the information you will need to provide in order to complete a fafsa. list at least three of the required documents you must include.
Answers: 3
question
Computers and Technology, 24.06.2019 10:40
Joe needs to see the slide transitions and animations he has applied to his slides in a large view. which presentation view should he use? in which tab would joe find the animations option to make further changes, if any?
Answers: 1
question
Computers and Technology, 24.06.2019 20:10
Approximately what portion of global employers tends to use social media websites to hire new employees?
Answers: 1
You know the right answer?
Suppose you want to predict the value of your Roth IRA Opens in new tab

as you age. Cr...
Questions
Questions on the website: 13722367