bestCombination | R Documentation |
Given a prime number factorization x
, bestCombination
partitions x
into two groups, such that the product of the numbers
in group one is as similar as possible to the product
of the numbers of group two. This is useful in magic.dim
.
bestCombination(x)
x |
prime number factorization |
a vector c(prod(set1),prod(set2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.