algorithmic modeling for Rhino
as you know Tangent of 80 degrees = 5.671282
and the inverse of Tangent 80 degrees = 89.28384005
i know that in grasshopper the angles are in Radians
but when i try to calculate the inverse of 80 degrees returns me a value of 0.949282
what i'm doing wrong ?
Tags:
ATan (ArcTangent), ACos (ArcCosine) and ASin (ArcSine) are simply the inverse functions of the Tangent, Cosine and Sine functions. Think of it as the graph of each function rotated through 90 degrees around the origin point.
Basically, if you want to compute the tangent of x, you need to write an equation of the form
y = tan(x)
If you have the tangent of an angle but want to know what angle made it, you have to use the inverse:
x = atan(y)
Because Sine and Cosine only go from -1 to +1 on the y-axis, you cannot use numbers outside this this range for Acos and Asin functions. After all, there exists no angle which -when cosined- results in +4
Note that the 'inverse' has nothing to do with 1/x in this case and the notation of sin-1(x) to denote an arcsine is confusing and should not be used.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Thanks for the explanation David
allways really helpfull
:D
Thanks david just went through my math book from school and it remembered me that we call those arcus functions inverse functions to in german and that my teacher told us that while the sin-1(x) term is use widely its still misleading. Thanks David for the memory refresh. :)
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by