TI-Basic 84 Programming
TI-Basic 84 Programming
Unlock the potential of your graphing calculator.
Table of Contents
editSection 1: Getting Started
edit- 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- 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- Picture Variables - How to store and recall pictures
- Graph Databases - How to use graph databases
- Recursion - Repeated Actions