Calculator Programs

Programs for TI-83/84

Calculator Programs

About

Hi, I my name is Zack and welcome to my Github page. I am a software engineer, who started out learning how to program on the TI-83/84 calculators back when I was in high school. Here are some of my most notable programs. If you find value in my work, consider donating to show your appreciation.

Programs


Unit Circle Cheat Sheet

unit-circle.gif

This program displays the sin(θ) and cos(θ) values for common angles in the unit circle for the four quadrants. To get tan(θ) just divide sin(θ) by cos(θ).

Instructions

Report a problem


Triangle Solver

triangle-solver.gif triangle-solver-multiple-solutions.gif

This program finds missing sides and angles given 3 parts of a triangle. The program will ask you which sides and angles are given. The possible values are A, B, and C. The possible angles are α, β and γ. A is the side opposite to A, β is the side opposite to B, and γ is the side opposite to C. Additional, this program also solves common cases such as right triangles and equilateral triangles. When solving for the case “A,B,α” there is a possible ambiguous case where 2 triangles are given.

Instructions

Report a problem