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[effectiverate] - convert a stated rate to the effective rate
Calling Sequence
effectiverate(stated_rate, nperiods)
Parameters
stated_rate
-
interest rate, expressed as a decimal number
nperiods
number of times the rate is compounded in the period
Description
Continuous compounding is indicated by specifying infinity as the number of compounding periods.
The command with(Finance,effectiverate) allows the use of the abbreviated form of this command.
Since effectiverate used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[effectiverate]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[effectiverate].
Compatibility
The Finance[effectiverate] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
A given loan is at 12% compounded monthly. The effective rate is then 1% monthly compounded 12 times. One can calculate it as follows:
or about 12.7%. This can also be seen as:
Compounded continuously, the effective rate is:
See Also
examples,finance, Finance
Download Help Document