however, you can't simply graph it. You need to create a function to
generate the various points that are part of the plot, store them in
lists and plot them as a scatter plot.
However... we're talking of two lists with a few hundred points
(potencially 17*106) and each point requires working with 400 digit
integers. It can take forever to compute. I may give it a try sometime
but on the computer software. I fear for my battery's health if I try
it on the handheld.
Cheers,
Nelson
> --
> To post to this group, send email to tins...@googlegroups.com
> To unsubscribe send email to tinspire+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
> The tns documents shared by group members are archived at
> http://lafacroft.com/archive/nspire.php
The program takes 1 or 2 seconds to run on the computer software, but
takes about 5 minutes on the handheld (be careful with your batteries'
health).
On the calculator page you may run the tupper program to rebuild the
output. It was already built, so that those of you without the
computer software may see the end result without the need to run the
program and waiting 5 minutes.
The formula decodes a bitmap image that is encoded as an integer. So
you may change that integer to produce any image you want. On the
document it's stored as variable n; if you want an image with
different dimensions edit the tupper program and change the bounds of
the two for-endfor cicles.
Warning: this image's size is 16*106 bits, meaning that the
corresponding integer can be as high as 10^547. In principle, the
maximum number of bits the Nspire can handle is 3321. That means you
can build an image of 55*60 pixels (3300 bits). However, the huge size
of the integer involved in the calculations may "harm" your handheld
(the bigger the number of bits, the longer it will take to calculate).
Big images may drain your batteries completely.
Cheers,
Nelson