Free Shipping on Watch Orders over $99

CASIO Python Programs
Please sign in or create an account with CASIO to access MicroPython programs.
CASIO Python Programs
PLEASE READ:
By downloading and using these sample programs, you acknowledge and agree to the SOFTWARE LICENSE AGREEMENT and GNU General Public License. If you do not agree to these terms, do not download these sample programs.
quadfrm1.py
A simple quadratic formula program that will find the roots of any equation with a discriminant that is positive.
line2pts.py
Enter the coordinates of any two points. The program will output the slope, y-intercept, and the equation of the line in slope-intercept form.
midend.py
Given an endpoint and a midpoint, the program will find the other endpoint.
gcdlcm.py
Find the Greatest Common Divisor and the Lowest Common Multiple between any two numbers using an iterative search.
quadfrm2.py
This program will find any roots regardless of the discriminant being positive or negative.
midptype.py
This program gives the user a choice in finding the midpoint given endpoints, or the second endpoint given an endpoint and a midpoint.
midpoint.py
Find the midpoint between any two points on the coordinate plane.
primefac.py
This program finds all of the prime factors of any number entered, displayed as a list.
reiman.py
This program is a Reiman sum generator. It will give the value under a curve using the left, right, midpoint, and trapezoid approximations. This is a useful program for first-year calculus students.
collatz.py
This program runs the Collatz Conjecture. If a number is even, it will divide by two. If it is odd, it will multiply by three and add one. The conjecture says that all numbers will eventually go to one. This program will show the Collatz values and also how many iterations it took to reach one as well as the largest value it reaches.
How to load Python (.py) programs onto your fx-9750GIII or fx-CG50 PRIZM
- Download the Zip file via a desktop computer and extract the Python program
- Connect your handheld graphing calculator to your desktop computer via USB, then select [F1] on the handheld for USB Flash
- On your computer, open the handheld calculator as you would an external drive. Then drag and drop the program directly into the root folder of the handheld calculator
- Eject the drive