Post Reply 
(15C) Coordinates on an Ellipse
01-10-2016, 10:22 PM
Post: #1
(15C) Coordinates on an Ellipse
Link: http://edspi31415.blogspot.com/2016/01/h...lipse.html

Store the following values before running:
R0 = number of points. θ always starts at 0° to 360° in equal increments.
R1 = a, length of horizontal semi-axis
R2 = b, length of vertical semi-axis

R3 is used as a counter.

The center is assumed to be (0,0).

Program:

Code:

LBL B
DEG (Degrees mode)
RCL 0
1
-
3
10^X
÷
STO 3
3
6
0
RCL÷ 0
STO 4
LBL 2
RCL 3
INT
R/S
RCL* 4
ENTER
COS
RCL* 1
R/S
X<>Y
SIN
RCL* 2
R/S
ISG 3
GTO 2
RTN
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)