| Name | Description | Size | Visibility | ||
|---|---|---|---|---|---|
|
Determines if a number is abundant or not. This means that the sum of the divisors are greater than the actual number. For example, 12 has divisors of 2, 3, 4, and 6. This sum is 15 and greater than 12.
|
137 Bytes | Public |
|
||
|
Calculate single, double, triple factorials
|
1.1 KB | Public |
|
||
|
|
1.65 KB | Public |
|
||
|
Pick 1 card at random out of a deck of cards
|
288 Bytes | Public |
|
||
|
This script allows the user to randomly draw a card from a deck of cards. Once a card is chosen, it is removed from the deck and you can continue drawing cards until it runs out.
|
1.11 KB | Public |
|
||
|
This script will allow you to simulate flipping a coin a specified number of times.
|
1.18 KB | Public |
|
||
|
This script allows the user to convert between Polar and Cartesian coordinates.
|
236 Bytes | Public |
|
||
|
This script will determine the sum of the angles of a convex polygon.
|
362 Bytes | Public |
|
||
|
Randomly chooses a country to go visit
|
273 Bytes | Public |
|
||
|
|
1.08 KB | Public |
|
||
|
|
871 Bytes | Public |
|
||
|
Write a function that flips a coin one time.
|
294 Bytes | Public |
|
||
|
|
272 Bytes | Public |
|
||
|
Calculate the Internal Rate of Return
|
1.1 KB | Public |
|
||
|
|
326 Bytes | Public |
|
||
|
This script creates a
|
208 Bytes | Public |
|
||
|
This computes the MRAM of a function.
|
1.17 KB | Public |
|
||
|
Perform a One-Way ANOVA with three groups using Python on the NumWorks calculator.
To use this script, change the values in the groups to represent your dataset and then execute the script.
|
2.77 KB | Public |
|
||
|
Calculates the area of a parallelogram given the coordinates (x,y,z) of three points.
|
949 Bytes | Public |
|
||
|
Find the area of a parallelogram using three arrays where p is between q and r. The script first calculates PQ and PR, then uses those values to find the cross product and ultimately the area of the parallelogram.
|
405 Bytes | Public |
|
||
|
This script determines if a whole number is prime or composite.
|
444 Bytes | Public |
|
||
|
This script determines if a whole number is prime or composite. Invalid inputs will be recognized.
|
456 Bytes | Public |
|
||
|
This script runs the Pythagorean Converse to determine if a triangle is acute, obtuse, or right. If you use values that do not make a triangle, then it will also let you know the numbers cannot be a triangle.
|
629 Bytes | Public |
|
||
|
Reverse a string
|
82 Bytes | Public |
|
||
|
Simulates rolling a die one time
|
131 Bytes | Public |
|
||
|
|
570 Bytes | Public |
|
||
|
Calculate the slope between two points
|
185 Bytes | Public |
|
||
|
|
3.11 KB | Public |
|
||
|
Input the number of problems your assignment has and receive a descending list of their grades.
|
212 Bytes | Public |
|
||
|
|
457 Bytes | Public |
|