This will probably just be easier. Tarball available of all code at udel and funkykitty.net. (well, funkykitty is giving me a 403.. I'll have to fix that) -- Also at vaxpower which is a working link.
I know this requires python2 or higher as well as bash3 or higher. Not sure about the other requirements, but my system has python-2.6.6, sage-4.6.1, graphviz-2.26.3, and bash-4.1.7(2)-release. ( code snippet )
More base-prime stuff. I extended the bc code; there are function names matching the HP User-RPL programs, and the size of the array is stored as element 0
(Excluding a row/column pair; then it's the row in element 0 and the column in element 1)
( code for bc )
Something that's fun to do is to write numbers in "base prime," in which the digits are the factors:
base-10
factorization
base-P
1 10
2 21
3 310
4 2 22
5 5100
( Read more... )