Archive: TI-83's?


16th June 2002 06:02 UTC

TI-83's?
How well could one translate between equations and expressions used on a TI calculator to the superscope? I know beat transitions I'd have to do on my own, but what about the shape of the scope? Just picked one up for about 5 bux, thought it would be worth a shot...


16th June 2002 07:47 UTC

No reason why not. You just gotta type it in.


16th June 2002 14:21 UTC

Re: TI-83's?

Originally posted by DJDecepticon
How well could one translate between equations and expressions used on a TI calculator to the superscope? I know beat transitions I'd have to do on my own, but what about the shape of the scope? Just picked one up for about 5 bux, thought it would be worth a shot...
well to translate "R=10(2.5D)" (i'm using D instead of (-) ), which will draw a 10-petal (polar) rose, to avs, then this is the setup:

init:
n=w; t=0; p=acos(-1);
pixel:
r=i*p*4; d=sin(r*2.5);
x=cos(r)*d; y=sin(r)*d;

for the traditional rectangular scope then setup is, i will use "y=sin(x)" for this setup;:

init:
n=w;
pixel:
x=i*2-1; y=sin(x);

remember that avs uses radians instead of degrees, the "zoom" of the avs window is like ZTrig (in radian mode)

16th June 2002 21:01 UTC

there are a number of limitations with 83
Even my TI-89 has some limitations for graphs. But graphing calculators are a great tool for getting a beginner's understanding of what makes different graphs. If you think of AVS superscopes & DMs as one giant equation that it constantly solves, then it make more sense than when you compare it to the standard output for linear graphing y=mx+b and whatever the standard form for polar graphing

Now of course the only way to get something that isn't polar graphing that doesn't pass the vertical line test is a special kind of graphing, but I'd recommend purchasing some computer software instead of getting a TI-89 or 92. Software is much easier to learn to use than a new graphing calculator (I can't work with TI-83s because they're so different. Where the Y= editor button is on the 83 is the F1 button on my 89, so you have to use keystrokes to access the different things.

But if you can learn to compare AVS graphs to those your graphing calculator outputs, then it can be a great learning tool if you keep in mind that AVS is constantly calculating things that are usually continually changing movements or scopes. :) Any graphing machine (computer or calculator) is always a plus.


21st June 2002 23:44 UTC

does the same apply for Microsoft's Powertoys Calculator?


22nd June 2002 03:21 UTC

not familiar with that one
Probably, but I've never used what you were referring to. I've heard that what helps the most is just waiting to get into more advanced math classes (never gotten into one yet that's helped me-but I've only taken basic Geometry so far-only trig that applied was numerical only)


1st July 2002 13:41 UTC

I use Graph+ . Works fine for me.