Home > freetb4matlab > financial > fvl.m

fvl

PURPOSE ^

% Return the future value at the end of @var{n} periods of an initial

SYNOPSIS ^

function v = fvl (r, n, l)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} fvl (@var{r}, @var{n}, @var{l})
% Return the future value at the end of @var{n} periods of an initial
% lump sum investment @var{l}, given a per-period 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