Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wakeful-cloud/calculator-scripts

TI 84 Calculator Scripts
https://github.com/wakeful-cloud/calculator-scripts

texas-instruments-calculators ti83plus ti84 ti84plusce tibasic

Last synced: 9 days ago
JSON representation

TI 84 Calculator Scripts

Awesome Lists containing this project

README

        

# TI 84 Calculator scripts
Common scripts for the TI-84 family of graphing calculators

## Scripts
Name | Description
--- | ---
[Distance](scripts/DISTANCE.8xp) | Calculates the distance between 2 points
[Intersect](scripts/INTRSECT.8xp) | Find the position of the intersection between 2 linear equations
[Lines](scripts/LINES.8xp) | Linear equation multi-tool (Slope, Y Intercept, Equation Creator, Intersect Finder)
[Midpoint](scripts/MIDPOINT.8xp) | Calculate the midpoint between 2 points
[Pythagorean Leg](scripts/PYTHLEG.8xp) | Given one leg (A) and the hypotenuse (C), solve the other leg (B)
[Quadform](scripts/QUADFORM.8xp) | Calculates roots of a quadratic equation
[Ram](scripts/RAM.8xp) | Draw rectangles and calculate area under curve via rectangle aproximation method
[Riemann](scripts/RIEMANN.8xp) | Calculate the Riemann sum of a function (See script for license)
[Slope](scripts/SLOPE.8xp) | Calculates the slope between 2 points

## Documentation

### End-Users
1. Install [TI Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw)
2. Click [this link](https://github.com/Wakeful-Cloud/calculator-scripts/archive/refs/heads/main.zip) to download the scripts
3. Extract the ZIP
4. Follow [these](https://education.ti.com/html/webhelp/EG_TI84PlusCE/EN/Subsystems/EG_TIC_84CE_SW/Content/EG_84_TIConnect/M_UseProgEditor/DT_Send_Program_to_Calc.HTML) instructions to transfer the scripts

### Development
1. Install [TI Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw)
2. Clone this repository
3. Use TI Connect or [VSCode-Ti](https://github.com/ItsMajestiX/VSCode-Ti) to create new scripts
4. Follow end-user instructions to transfer the scripts to your calculator