| rotorCheck | R Documentation |
rotorCheck returns the numbers of tubes that can and cannot be loaded
in a single operation.
rotorCheck(n, k = NULL)
n |
an integer, the number of rotor buckets. |
k |
an integer, the number of tubes. |
The number of rotor buckets n ranges from 4 to
48.
If k is specified, rotorCheck will check
whether the input number of tubes can be loaded or not.
rotorCheck returns a list with two components:
|
a vector containing the numbers of tubes that can be loaded. |
|
a vector containing the numbers of tubes that cannot be loaded. |
Sivek G. On vanishing sums of distinct roots of unity. Integers. 2010;10(3):365-8.
rotorEqual for balancing tubes of equal mass and
rotorUnequal for balancing tubes of unequal mass.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.