User Portlet User Portlet

Discussions
Hi, nice looking analysis. I would work a bit on the map projection (although understanding map projections is easily a few weeks study!). Maybe something like: GeoRegionValuePlot[ ... GeoProjection -> { ...
I think you're going to run out of memory with i > 20, for example the number of terms with i = 15: i = 15; Length[Factor[x^2^i + x + 1, Modulus -> 2]] 1096 Not sure if it's helpful to you, but I noticed PolynomialRemainder will easily...
Hi Szabolcs and thanks for the reply. Actually, I was a bit embarrassed about what happened, since I don't make it a habit of posting unrelated thoughts in other people's threads :-) Back to the topic of this discussion, I would like to emphasize...
very nice, works like a charm...thanks for the reply!
If anyone is looking for an answer, there are two different types of cursors used in the input cell. The one I was having the most problems with was the cursor that appears between characters. I discovered its color is set in the stylesheet under: ...
OK, I got everything working now, thanks to Gianluca Gorni. As pointed out, my mistake was how I was defining functions. Even though it was incorrect, it was working in the notebook. New code that is working both in the notebook and with a package...