A lot of questions... I'll try to answer them all...
1) you don't, really. Nspire graphs in a totally different way than
the 84 Plus. E.g., you can't see holes in graphs. On the other hand it
quite easily plots piecewise defined functions with 2 or more branches
(see the mathematical templates. Another idea is using scatter plots
generated by seq commands and defining those scatter plots to also
plot the lines between points. You can even plot several geometric
figures with appropriate scatter plots and inserting void elements
here and there (see the powerpoint of my presentation at the October
KYTN meeting - it's available on
www.nelsonsousa.pt)
2) Right-to-left graphing: only with parametrics plots where y(t) =
-f(t) and x(t) = -t; But you don't see the plot being drawn, the
Nspire plots using a series of passes over the domain, it's not
"progressive" (euphemism for slow) as the TI-84.
3) Parametric plots is the way to go here.
4) Yes. Create a point over a segment that goes from left to right.
E.g. on zoom standard, you have xmin=-10 and xmax=10; have a
horizontal segment drawn from x=-13 and x=13 (edit the coordinates of
the endpoints); then place a point over that segment. With Attributes,
change the animation properties of that point. Beware that the
animation starts on the point where you edited the attributes, so I
suggest doing the following:
- zoom out;
- hide the endpoints of the segment;
- drag the point to animate to the far left of the segment;
- edit the attributes to animate (speed can go from 1 to 12, a speed
of x means x% at each step)
- zoom in back to the default settings;
Then you can do the following : animate the point until it's within
view; with the text tool write down a number (any positive number, I
reccommend 1; draw a circle centered on the animated point with radius
equal to that number (click the point, then the number). Label that
circle with the text you want; edit the text box to 0. Now you have a
circle of radius 0 (hence, invisible). Hide the point and the segment.
Start the animation.
5) You don't. You can, however, have them turn on/off using scatter
plots and setting the attributes of the scatter plot to be only a
pixel for each point.
6) Yes, using the same trick as in 4 but without the animation part.
To display / hide the text you can link the point's coordinates to
variables and have those variables appear and disappear from sight or
become undefined. E.g., when(some_var <= some_value, some_number,
undef); calculating this formula will give you some_number when the
condition is true and undefined when it's false; transfer the result
to the x-axis; draw a perpendicular to the axis by that point and
create a point on the line at the height you want it. Use this last
point as the center of the r=0 circle. When condition true, value is
some_number, points exist, circle exists, label is visible; when
condition is false, result is undef, the points disappear, so does the
circle and the text message.
7) On the G&G page you only have scatter plots and line plots; I
usually build histograms using geometric constructions (vertical rays
and measurement transfers ad nauseum). I usually also manipulate the
data to have the scale I want.
8) Programs can only be run from the Calculator app. Just add a
calculator page and call the program (use the var menu if needed)
9) don't use programs, use functions. Functions can be called from the
spreadsheet and its results used to define/manipulate dynamically
other columns, which can in turn be plotted as a scatter plot. Now, to
slow things down: every now and then add this:
for i,1,1000
100!
endfor
This should slow things down for 1 or 2 seconds; change the parameters
at will (it won't slow down the computer software, though)
10) not really. But as your constructions grow bigger you'll learn
that hide/show is essential
11) if you want a square screen, the ratio is 3:2. I particularly like
x from -9 to 9 and y from -6 to +6 or x from -15 to 15 and y from -10
to +10. as long as the ratio is kept, circles will be circles.
12) on the KYTN meeting I used lists and scatter plots to draw a US
flag. I think this ranks as "neat". See the powerpoint presentation,
it will teach you all the steps needed
A) No, there's no way.
B) only with computer version of Nspire software.
C) Nice stuff the Nspire can do? Oh, let me count the ways... one, one
thousand, two, one thousand, three (btw, haven't seen Roger Rabbit in
a while, I should get the movie sometime). Start slow, see as many
documents as you can and try to develop little by little. From my
experience, I started about two years ago developing complex stuff and
when I look back to my early documents, they're soooo lame! Even
documents that became popular last winter are now soooo outdated.
Everytime you develop something you learn something.
D) I don't know the book, can't help you with that. But some programs
may be "converted" to "nspire language", with the proper techniques
and tricks.
Oh, another tip: starting with Sean's page go to the bookmarks section
and visit all those sites; then go to the links page of all those
sites and open all the links. After 2 or 3 levels you should have
reached the entire Nspire community. See all the files available, get
some insight as to how they work and go from there.
Cheers,
Nelson