Home > freetb4matlab > financial > pmt.m

pmt

PURPOSE ^

% Return the amount of periodic payment necessary to amortize a loan

SYNOPSIS ^

function p = pmt (r, n, a, l, m)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} pmt (@var{r}, @var{n}, @var{a}, @var{l}, @var{method})
% Return the amount of periodic payment necessary to amortize a loan
% of amount a with interest rate @var{r} in @var{n} periods.
%
% The optional argument @var{l} may be used to specify a terminal
% lump-sum payment.
%
% The optional argument @var{method} may be used to specify whether
% payments are made at the end (@var{'e'}, default) or at the beginning
% (@var{'b'}) of each period.
% @seealso{pv, nper, rate}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003