Victor Technology V12 manual Example

Page 64

V I C T O R T E C H N O L O G Y

¾Continue program execution sequentially to the next line of program memory (if the tested condition was true when executed.)

Or

¾Skip instruction in the next line of programming and continue with the following line (if the tested condition was false.)

Example

Create a program that determines the amount owed on a credit card after making $100 payments each month. The interest rate is 12% per year or 1% per month. Program a brief pause after showing each monthly amount. Stop the program when the amount owed is less than $0.

ENTRIES (RPN) b P/R

b PRGM

1

%

+

1

0

0

-

DISPLAY

000,

Puts the calculator in Program method

Memory program is cleared.

001, 1

Digit 1 is the first program line

002, 25

Multiply by 1% to calculate monthly interest

003, 40

Add the 1% interest to the amount owed

004, 1

Digit 1 is the fourth program line 005, 0

Digit 0 is the fifth program line 006, 0

Digit 0 is the sixth program line 007, 30

Subtract $100 from the amount owed

64

Image 64
Contents Owners Guide V12 Financial Calculator Preface Where to Start Other Financial Calculations Branch & Loop Programs Where to Start Entering Large Amounts Entries DisplayEEX Entering Small AmountsALG and RPN Setting Functions Using the Clear FunctionSequential Calculations in ALG method Sequential Calculations in RPN method RPN methodStorage Capacity and Recalling Entered Data C T O R T E C H N O L O G Y Using the Financial Storage Registers Resetting Saved DataFirst Steps to Financial Functions Saving to a RegisterINT CHSEntries ALG Display Entries RPN Display Basic Financial Calculations Term Definition KEYPMT Positive and Negative Cash FlowsSpecial relationship between i and n Determining Interest Rate Solving forDetermining Present Value Solving for PV Entries Display FIN Determining Payment Amount Solving for PMTDetermining Future Value Solving for FV Determining Number of Periods Solving for n Loan With Balloon PaymentAmortization Function Amort RCL Other Financial CalculationsNPV Net Present Value CHS CF0 Entries Display REGGrouped Cash Flows Entries RPN Display REG STO Replacing Current Cash Flow Value DataNPV Entries RPN Display RCL Determining Values with Depreciation500.00 Determining Bond Values Price YTMPercentages ENTER/=ALG method, calculate 35% of $1,200 Calendar Operations Date Determining Number of Days Between Dates∆DYS Decimal Place Display Settings Other Operational FeaturesStatus Icons Scientific Notation Display Settings Other Display Settings Error Display Full Figure DisplayPrefix Underflow and Overflow DisplayRunning Display LSTStatistical Features and Functions ↔ yRecovering Incorrectly Entered Statistical Data Standard Deviation Entries Child Height Inches Weight lbs = = y-values ValuesMean Values Linear Estimates for x and y Weighted Mean Values Mathematical Features and Functions Entries DisplayFrac Integer ValuesIntg Rounded ValuesFactorial Values RNDExponential Values Square Root Values Logarithm ValuesSquared Values Reciprocal Values Power Features in RPN method Power Features in ALG methodEntries ALG Display Enter Basics of Programming Creating Your Own ProgramSets the calculator to program function Prgm Executing Your Own Program Program Memory Basics Determining Program Line InstructionsExamples Program line 000 and the GTO 000 instruction Performing a Program One Line at a Time000 Sets calculator to program mode 001 SST Setting the Calculator to a Specific Program Line Interrupting a Program During ExecutionPause 006 Stopping a Program During Execution Entries RPN Display Branch & Loop Programs Branching with ConditionsExample GTO Storing More Than One Program Editing Your Programs Inserting Instructions Into a Program 002 003 004 005 006 007 008 009,43,33,000 Inserting Instructions at the End of a Program C T O R T E C H N O L O G Y Error Messages Error CauseVictor Technology LLC