Qbasicnews.com
TI-Lightsaber - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: TI-Lightsaber (/thread-9962.html)



TI-Lightsaber - Skyler - 04-17-2007

I figured out how to make my calculator draw a lightsaber(b&w, of course) in class today.

Set your Y-values to:

1. sin(X)(X<2)
2. sin(X-[pi])(X<2)
3. sin(2X)(X<2)
4. sin(2X-[pi])(X<2)
5. 2sin(.5X)(X<2.5)
6. 2sin(.5X-[pi])(X<2.5)
7. 2sin(4X)(X<0)
8. 2sin(4X-[pi])(X<0)
9. .5(X>2)
0. .5(X>2)

Push GRAPH and go get a cup of coffee or whatever while it renders. Make sure your screen is set to standard zoom. I'm working on one that looks good from zoomed out twice as far, but it's not done yet.


TI-Lightsaber - Skyler - 04-17-2007

Okay, v2:

1. sin(X)(X<2)(X>-10)
2. sin(X-[pi])(X<2)(X>-10)
3. sin(2X)(X<2)(X>-10)
4. sin(2X-[pi])(X<2)(X>-10)
5. 2sin(.5X)(X<2.5)(X>-10)
6. 2sin(.5X-[pi])(X<2.5)(X>-10)
7. 2sin(4X)(X<0)(X>-10)
8. 2sin(4X-[pi])(X<0)(X>-10)
9. .5(X>2)
0. .5(X>2)

Should work on any graphing calculator.


TI-Lightsaber - zoasterboy - 04-17-2007

Dang! EasyCalc on my Palm only has up to 6 lines...


TI-Lightsaber - Mr Match - 04-23-2007

I'll test this on my TI-83+ Silver Edition later this week, when I have Calc. Smile