See all articles from Timelinez v2 n11
TS2068 BASIC program that calculates monthly loan payments and generates a complete amortization table. User inputs loan amount (PV), number of months (N), and interest rate (I); the program computes the monthly payment using the standard annuity formula and displays a month-by-month table of principal paid, cumulative interest, and remaining balance. Sample output shows a $2500 loan at 14.75% over 11 months computing to $244.38/month. Based on a routine by J.C. Giarratano from a TS1000 guidebook.