Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

[SOLVED] How would I use math.sin, and math.cos with a theta?[SOLVED]

Asked by
Nootian 184
3 years ago
Edited 3 years ago

How would I convert this into code?

I was using a theta sign, but it deleted it when I pressed preview

--The code block is to organize it

T = theta
5cosT or
5sinT

3
If you're trying to create a circle and 5 is your radius, then you'd use h + radius * cos(theta) and k+radius * sin(theta) with theta being the progression around the circle in radians and h,k being the coordinates of the focus Fifkee 2017 — 3y
0
THANK YOU! ive been trying to figure out to do this for a while, with parametric equations and stuff Nootian 184 — 3y
0
Write [SOLVED] beside the question's name mixgingengerina10 223 — 3y
0
Whereas h, and k is the center, if anyone is having trouble Nootian 184 — 3y
View all comments (2 more)
0
To find certain coordinates I easily rounded, which is awesome! Nootian 184 — 3y
0
Just wanna say it is cool that you're doing parametric equations. I love it. legoguy939 418 — 3y

Answer this question