Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Finance[annuity] - present value of an annuity
Calling Sequence
annuity(cash, rate, nperiods)
Parameters
cash
-
cash flow
rate
interest rate
nperiods
number of periods
Description
The function annuity gives the present value at time=0 of an annuity of Nperiods equal payments of the amount = cash, starting at time=1.
Mortgages are examples of annuities.
The command with(Finance,annuity) allows the use of the abbreviated form of this command.
Since annuity used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[annuity]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[annuity].
Compatibility
The Finance[annuity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Present value of an annuity paying 100 U per year for 15 years starting next year. The interest rate is 10% per year.
Monthly payments required for a mortgage of 10000 U, amortized over 25 years, not in advanced, with interest at 10% per year, compounded semiannually. There are 25*12 monthly payments.
The semi-annual interest rate is 5% (10%/2). We need to find the monthly interest rate that when compounded give this 5% figure. This is calculated as follows. The range 0 .. 0.5, is to ensure we obtain the appropriate value.
Verification: the future value of 1 U after 6 months should be 1.05
The value of an annuity of 1 U paid monthly for 25 years at the interest rate we calculated is then
The required monthly payments are thus:
The total payments amount to:
From which the cost of the loan is readily obtained. The mortgage rules above are typical of mortgages obtained from banks in Canada. As with all legal matters, rules can change, so check first about their applicability.
The payments if the mortgage is paid in advanced (so the first payment is already deducted from the loan) are given by
See Also
Finance[growingannuity]
Download Help Document