Home > freetb4matlab > financial > pvl.m

pvl

PURPOSE ^

% Return the present value of an investment that will pay off @var{p}

SYNOPSIS ^

function v = pvl (r, n, p)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} pvl (@var{r}, @var{n}, @var{p})
% Return the present value of an investment that will pay off @var{p}
% in one lump sum at the end of @var{n} periods, given the interest
% rate @var{r}.
%
% Note that the rate @var{r} is specified as a fraction (i.e., 0.05,
% not 5 percent).
% @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