Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Finance[cashflows] - present value of a list of cash flows
Calling Sequence
cashflows(flows, rate)
Parameters
flows
-
list of cash flows, one per period, starting at period = 1
rate
interest rate per period
Description
The function cashflows() computes the present value of a list of cash flows. The flows are given one per period, starting at period 1
This function is part of the finance package.
The command with(Finance,cashflows) allows the use of the abbreviated form of this command.
Since cashflows used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[cashflows]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[cashflows].
Compatibility
The Finance[cashflows] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
I will receive 100 U, 200 U and 50 U at the end of this year, and at the end of the next 2 years. If the discount rate is 10%, this is equivalent to receiving immediately the amount of:
If these cash flows are generated from an initial investment of 95 units, the net present value is
Since the npv is positive, the project would be accepted on that basis.
What is the internal rate of return?
The internal return is 115%. Since this is bigger than the discount rate the project would be also be accepted on the IRR basis. One can see the npv versus rate by plotting
It is prudent to do this plotting, since it is possible to have multiple solutions to the IRR relationship (npv=0).
See Also
Finance[CashFlowAnalysis], Finance[CashFlows], Finance[presentvalue]
Download Help Document