evan2963
Joined: 24 Sep 2006 Posts: 1 Location: Peoria, Il.
|
Posted: June 24, 2007 6:34 PM Post subject: Graphing circular functions |
|
|
How do I graph sinusoidal curves sine, and cosine functions?
Here is an example of the problem I need to graph:
[X=-0.416168, Y=0.90929743, X is cos2 and Y is sin2]
Any help would be greatly appreciated!
Evan _________________ Don't dream it, Build it!! |
|
mellamokb
Joined: 10 May 2007 Posts: 124
|
Posted: July 9, 2007 8:47 PM Post subject: |
|
|
Hi evan2963,
Welcome to TI-89 Forums!
To graph sine and cosine functions, go to the "Y=" Editor [DIAMOND]+[F1] and type the following functions:
| Code: |
y1=cos(x)
y2=sin(x)
|
Press [DIAMOND]+[F3] to show the graph.
Hope this helps!
~ mellamokb |
|