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 04:30
There is a simple pattern for determining if a binary number is odd. what is it and why does this pattern occur? how many bits would you need if you wanted to have the ability to count up to 1000? how high could you count in binary if you used all 10 of your fingers as bits? (finger up means 1, finger down means 0)
Answers: 3
question
Computers and Technology, 22.06.2019 16:20
Octothorpe is another name for what common computer keyboard symbol?
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
Pl i need the answer now ! which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Visually impaired individuals generally rely on the for navigation. thus, designers need to ensure that mouse-specific inputs, such as pointing, clicking, and hovering, can be done without a mouse.
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: 13722361