Difference between revisions of "Manuals/calci/COT"

From ZCubes Wiki
Jump to navigation Jump to search
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''COT(x)'''</div><br/>
+
=Demo Study Page=
* where '''x''' is in Radians
 
* by default Calci use Radian as angle
 
  
[[Manuals/calci/DCOTAN | DCOTAN]] can be used if the angle is in degrees.  
+
* Where x is the number and it is varying from -1 to 1.
 +
* The value of ASIN(x) is in radians in the range -pi()/2 to pi()/2.
 +
* Calci returns the value of arcsine (inverse sine)is in Radians.
 +
*The number can be a single value or any number of values.
  
The angle can be a single value or any complex array of values.
+
For example, ASIN(0.5,(-0.2),1) gives the arcsine or inversesine values for each element.
  
For example COTAN(1..100) can give an array of the results, which is the COTANGENT value for each of the elements in the array. The array could be of any values either '+' or '-' like 1..5@COTAN or (-5)..(-1)@COTAN.
+
== Description ==
  
   
+
Consider x = (-0.8) then, ASIN((-0.8))'' is -0.9273
 +
*This function is the Inverse function of Sin in trigonometry.
 +
*It's also called as Cyclometric function.
 +
*ASIN is described as Arcsin of a given number and denoted by <math>sin^{-1}</math>(x).
 +
*In ASIN(x) ,x value should be with in -1 & 1.
 +
*To find the angle in degrees, multiply the result angle with 180/PI().
 +
*DEGREES function can also be used.
  
==Description==
+
For example ASIN(-0.8)*180/PI() or DEGREES(ASIN(-0.8))'' gives -53.13010235415598
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=COTAN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''6.123031769111886e-17'''  that is approximate to '''0''' <br/>
 
The above function gives the Cotangent of 'x' in Degree.<br/>
 
*Cotan function gives the Cotangent of angle 'x'.
 
*This function is the reciprocal of TAN function. i.e, '''Cotan(x) = 1 / Tan(x)'''.
 
*In a right angled triangle, '''COTAN = Adjacent side/Opposite side''' or '''COS / SIN'''.<br/>
 
*By default, Calci takes the angle in Radians.
 
*To convert Radians to Degrees  multiply with 180/PI() or we have to use the Radians function COTAN(RADIANS(x)) or DCOTAN(x).<br/>
 
  
 +
== Examples ==
 +
'''ASIN(x)'''
 +
*'''x  ''' is the Number.
 +
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
|'''ASIN(number)'''
 +
|'''Angle(Radian)  '''
 +
|- class="odd"
 +
| class="sshl_f " | ASIN(-0.8)
 +
| class="sshl_f" | -0.9273
  
The following example shows how TAN is applied to an array of numbers containing angles 1..10.
+
|- class="even"
 +
| class="sshl_f" | ASIN(1)
 +
| class="ssh1_f" | 1.5707963267948965
  
1..10@TAN
+
|- class="odd"
 +
| class="sshl_f " | ASIN(0.559)
 +
| class="sshl_f" | 0.5931792803038736
  
{| class="wikitable"
 
|-
 
! Angles !! TAN
 
|-
 
| 1 || 1.55740772465
 
|-
 
| 2 || -2.18503986326
 
|-
 
| 3 || -0.14254654307
 
|-
 
| 4 || 1.15782128235
 
|-
 
| 5 ||-3.38051500625
 
|-
 
| 6 || -0.29100619138
 
|-
 
| 7 || 0.87144798272
 
|-
 
| 8 || -6.79971145522
 
|-
 
| 9 || -0.45231565944
 
|-
 
| 10 || 0.64836082745
 
 
|}
 
|}
  
== Examples ==
 
'''TAN(x)'''
 
*'''x  ''' is the angle in radians.
 
 
{|id="TABLE1" class="SpreadSheet blue"
 
  
 +
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
| Complex(RN,IN,SF)
 +
! RN
 +
! IN
 +
! SF
 +
! RESULT
 +
|-
 +
|- class="odd"
 +
|Complex(5,6)
 +
|5
 +
|6
 +
|
 +
|5+6i
 
|- class="even"
 
|- class="even"
|'''TAN(Radian)'''
+
|Complex(5,2,"j")
|'''Value'''
+
|5
 
+
|2
 +
|j
 +
|5+6j
 
|- class="odd"
 
|- class="odd"
| TAN(0)
+
| Complex(2,0,"i")
| 0
+
|2                                     
 
+
|0
 +
|i
 +
|2
 
|- class="even"
 
|- class="even"
| TAN(1)
+
| Complex(0,-4,i)
| 1.55740772465
+
|0
 
+
|4
 +
|i
 +
|4i
 
|- class="odd"
 
|- class="odd"
|TAN(90)
+
|Complex(5,"j")
| -1.99520041221
+
|5
 +
|
 +
|j
 +
|Error
 +
|}
  
 +
{|id="TABLE3" class="SpreadSheet blue"
 +
!width="50"|Name
 +
!width="225"|Effect
 +
!width="225"|Games Found In
 +
|-
 +
|Poké Ball || Regular Poké Ball || All Versions
 +
|-
 +
|Great Ball || Better than a Poké Ball || All Versions
 
|}
 
|}
  
 
+
<math>\tilde{} </math>
==See Also==
 
 
 
*[[Manuals/calci/DTAN | DTAN]]
 
 
 
*[[Manuals/calci/ATAN | ATAN]]
 
 
 
==References==
 
 
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Sine TAN]
 

Latest revision as of 05:34, 11 November 2013

Demo Study Page

  • Where x is the number and it is varying from -1 to 1.
  • The value of ASIN(x) is in radians in the range -pi()/2 to pi()/2.
  • Calci returns the value of arcsine (inverse sine)is in Radians.
  • The number can be a single value or any number of values.

For example, ASIN(0.5,(-0.2),1) gives the arcsine or inversesine values for each element.

Description

Consider x = (-0.8) then, ASIN((-0.8)) is -0.9273

  • This function is the Inverse function of Sin in trigonometry.
  • It's also called as Cyclometric function.
  • ASIN is described as Arcsin of a given number and denoted by (x).
  • In ASIN(x) ,x value should be with in -1 & 1.
  • To find the angle in degrees, multiply the result angle with 180/PI().
  • DEGREES function can also be used.

For example ASIN(-0.8)*180/PI() or DEGREES(ASIN(-0.8)) gives -53.13010235415598

Examples

ASIN(x)

  • x is the Number.
ASIN(number) Angle(Radian)
ASIN(-0.8) -0.9273
ASIN(1) 1.5707963267948965
ASIN(0.559) 0.5931792803038736


Complex(RN,IN,SF) RN IN SF RESULT
Complex(5,6) 5 6 5+6i
Complex(5,2,"j") 5 2 j 5+6j
Complex(2,0,"i") 2 0 i 2
Complex(0,-4,i) 0 4 i 4i
Complex(5,"j") 5 j Error
Name Effect Games Found In
Poké Ball Regular Poké Ball All Versions
Great Ball Better than a Poké Ball All Versions