Skip to content

Nate-Ar/Casio-FX-CG50-Mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Casio-FX-CG50-Mods

Create pull request if you have a mod ideas

Math

  1. Factoring.py - this program takes an input of an int and returns all factors of the input
  2. GCF.py - takes 2 inputs that are ints and returns the greatest common factor

Stats

  1. basic.py - this program is to fine the mean/variance/standard deviation of binomial problems
  2. combo.py - lets user get the combination of any problem
  3. funCombo.py - this is a custom funtion for Micro Python that returns the combination of numbers(needed for comb.py/probabilityDis.py)
  4. probabliltyDis.py - let user run probability distribution of binomial problems single and range x value
  5. randomNumber.py - lets you define range and pick any number of values from set
  6. geoBasic.py - lets you fine the mean/variance/standard deviation of geo problems
  7. geodistrobution.py - let user run probability distribution of geo problems single and range x value
  8. StanderedNormalDis.py - lets the user solve standard normal distribution problems
  9. samplingDistrobution.py - lets you solve sampling distribution problems
  10. zcahrtconversion.py - conversion funtion used in standardNormalDis.py and samplingDistribution.py
  11. standardDistribution - different than standard normal distribution

Installation

  1. Plug in your calculator and click f1
  2. on your computer navigate to the calculatores memory it's called Untitled by default
  3. drag and drop python files from repo to the calculators memory you don't need to put it in any folder, but you can make one if you want
  4. to run the scripts you click menu button then Click (H) or use the arrow buttons to move down to Python then you should be able to find your scripts form there