TI-Basic 84 Programming
Jump to navigation
Jump to search

TI-Basic 84 Programming
Unlock the potential of your graphing calculator.
Table of Contents[edit | edit source]
Section 1: Getting Started[edit | edit source]
- Introduction - The point of this book
- Book Conventions - How this book works
- A Basic Program - A little glance into the future
- Basic Variables - Reals, lists and strings
Section 2: Fundamentals[edit | edit source]
- Output - How to display words, numbers and more to the user
- Input - How to receive words, numbers and more from the user
- Control Flow Statements - Learn about controling the flow of a program using If, Then and Else
- Test Conditions and Logical Operators - Learn how to compare different values
- Loops - Learn how to execute code multiple times without having to type it twice
Section 3: More Advanced Topics[edit | edit source]
- Picture Variables - How to store and recall pictures
- Graph Databases - How to use graph databases
- Recursion - Repeated Actions