A couple of small programs i have made, using casio basic, for the casio fx-9860G
Bezier calculates the coeffecients of a bezier curve (in parameter form). Can draw, but that is slightly bad
The code
The file (maybe)
bezier.g2m
Complex is a program to perform complex number iterations. Complex mode must not be set to real.
The code
the file (maybe)
complex.g2m
Euler is a program that does Euler's method.
Euler.g2m
VectProd is a program that does the vector product of 2 3D vectors.
vectprod.g2m
NCalc contains two small programs for calculating the number of samples needed to achieve a pre-determined, and supplied width of a confidence interval. Supports normal distrobution confidence intervals and binomail proportion confidence intervals.
and the other:
NCALC.G2M