Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Finance[perpetuity] - present value of a perpetuity
Calling Sequence
perpetuity(cash, rate)
Parameters
cash
-
amount of payments
rate
interest rate
Description
The function perpetuity() computes the present value of an instrument that pays the amount ``cash'' at the beginning of each period, forever, starting in one period.
An example of a perpetuity is a stock that pays the same dividends year after year.
The command with(Finance,perpetuity) allows the use of the abbreviated form of this command.
Since perpetuity used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[perpetuity]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[perpetuity].
Compatibility
The Finance[perpetuity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Utility ABC pays a dividend of 1.5 U per share every year. Given a discount rate of 11%, what is the present value per share of those dividends?
Compare this example with the one given for Finance[growingperpetuity]
See Also
Finance[growingperpetuity]
Download Help Document