Factor/Simp King
by: Scott Davis	Polar Computers www.polarc.tk

Overview:
---------
This is a pretty simple program and self-explainatory.  It does 7 things.  It will find all the factors of a number, find the prime factors of a number, solve for the quadratic equation, solve for the cubic formula, simplify any radical to any root or index, find the remainder in a division problem, and tell you what factorial a number is if it is one.  Below are examples of each.

1.) all factors - 36 will return {1,2,3,4,6,9,12,18,36}

2.)prime factors - 623 will return {2,2,2,2,3,13}

3.)quadratic formula - A=4 B=4 C=-3 will return X=.5 and X=-1.5

4.)cubic formula - A=4 B=5 C=6 D=-64 will return X=2

5.)simp radicals - NUMBER=56 INDEX=3 will return 2*3sqrt(7) (2 * the cubed root of 7)

6.)remainders - A=88 B=7 (A/B) will return R or remainder=4

7.)factorial - NUMBER=120 will return 5! (5!=120)

If you have any questions or comments, email me at scott_shortonideas@hotmail.com
