|
Base Conversions
|
| Converts real numbers from decimal to any base from base 2 through base 99 or vice versa.
(Thank Dave)
|
|
|
|
Easter Date
|
| (Thank Dave)
|
|
|
|
Exact Factorial
|
| (Thank Dave)
|
|
|
|
Functions and Derivatives
|
| calculate F(x) and its determinates.
(Thank Dave)
|
|
|
|
Gauss-Legendre Quadrature Numerical Integration
|
| (Thank Dave)
|
|
|
|
Zeros of Quadratic and Cubic Equations
|
| Solves for real and complex zeros for a Quadratic
or Cubic equation y3+Ay2+By+C
(Thank Dave)
|
|
|
|
Least-Mean-Square Fit a Polynomial
|
| (Thank Dave)
|
|
|
|
Refined data List
|
| Print registers that are not equal to zero.
(Thank Dave)
|
|
|
|
Decimal to fraction
|
| Converts a decimal number into a fraction.
(Thank Dave)
|
|
|
|
Print primes
|
| The program will print out the first N primes.
(Thank Dave)
|
|
|
|
Bubble sort
|
| The program will sort up to 94 numbers
and rearrange them in R(1) - R(94).
(Thank Dave)
|
|
|
|
Josephus
|
| Flavius Josephus problem.
(Thank Dave)
|
|
|
|
Eight Queens
|
| The 8-Queens problem requires placing 8 Queens on a chess board without any being in check.
(Thank Dave)
|
|
|
|
|
Knights Tour
|
| Place the knight on any square on the chess board as a starting point.
The knight must move so that it touches every square on the chess board only once.
(Thank Dave)
|
|
|
|
|
Quadratic Equation
|
| Solve roots for ax2+bx+c=0
(Thank Dave)
|
|
|
|
Extended Print Code Table
|
| (Thank Dave)
|
|
|
|