Re: Would someone be so kind as to help me with a math equation?
From: Dark Alchemist (GhostOfACPast_at_gmail.com)
Date: 01/01/05
- Next message: M_SHIRAISHI: "Re: New_Year's Quiz (01_i_2005)"
- Previous message: Bill Hobba: "Re: Division by Zero in Nature, and Decomposition of Time."
- In reply to: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Next in thread: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Reply: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Reply: Timothy Little: "Re: Would someone be so kind as to help me with a math equation?"
- Messages sorted by: [ date ] [ thread ]
Date: 1 Jan 2005 02:45:22 -0800
No none of the formulas given work in the way I need them.
Its probably me not explaining and not understanding but let me try and
explain it one last time using BASIC code.
for A = 0 to 512
X = sin(A)
Y =
next
Now if you look I have not defined Y because for all intents and
purposes Y cannot see A. It can't use A to simply COS(A) because it can
only see X which ranges from -1 to 1 (the product of SIN). Now I need
a formula that only cares about X (the finished product of the SIN
function) and will turn it into a COS. The half angle formula (Y =
sqrt(1 - X^2)) works but it will never give me the proper sign (it is
always positive) for Y because of the squaring. Isn't there a formula
that will work like the half angle formula while also giving me the
proper sign (a true COS derived from the out of the product of SIN)?
Thank you to all who are trying to help me. :)
- Next message: M_SHIRAISHI: "Re: New_Year's Quiz (01_i_2005)"
- Previous message: Bill Hobba: "Re: Division by Zero in Nature, and Decomposition of Time."
- In reply to: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Next in thread: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Reply: Brian Evans: "Re: Would someone be so kind as to help me with a math equation?"
- Reply: Timothy Little: "Re: Would someone be so kind as to help me with a math equation?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|