Class FinanceFvscheduleEx1

java.lang.Object
com.imsl.test.example.finance.FinanceFvscheduleEx1

public class FinanceFvscheduleEx1 extends Object

Computes the future value of an investment with scheduled rate of growth.

An investment of $10,000 is made. The investment will grow at the rate of 5.1% the first year, with the rate increasing by .1% each year thereafter for a total of 5 years. The future value of the investment is computed.
See Also:
  • Constructor Details

    • FinanceFvscheduleEx1

      public FinanceFvscheduleEx1()
  • Method Details

    • main

      public static void main(String[] args)