Difference between revisions of "Manuals/calci/COSEC"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''COSEC'''(n) where '''n '''is the angle in radian. </div> ---- <div id="1SpaceContent" class="zconte...")
 
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''COSEC(Number)'''</div><br/>
  
'''COSEC'''(n)
+
* Number is the angle value in Radians.
 +
**COSEC() returns the cosecant of the given angle.
 +
* by default, Calci use angle in Radians
  
where
+
[[Manuals/calci/DCOSEC | DCOSEC]] can be used if the angle is in Degrees.
  
'''n '''is the angle in radian.
+
The angle can be a single value or any complex array of values.
  
</div>
+
For example COSEC(1..100) can give an array of the results, which is the COSEC value for each of the elements in the array. The array could be of any values either '+' or '-' like 1..5@COSEC or (-5)..(-1)@COSEC.
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
COSEC function determines the cosecant of the given angle.<br />
+
==Description==
 +
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=COSEC(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
 +
The above function gives the Cosecant of 'x' in Degree.<br/>
 +
*Cosec function gives the Cosecant of angle 'x'.
 +
*This function is the reciprocal of SIN function. i.e, '''Cosec(x) = 1 / Sin(x)'''.
 +
*In a right angled triangle '''Cosec(x) = Hypotenuse / Opposite side'''.
 +
*Here x is in Radians.
 +
*To convert Radians to Degrees  multiply with 180/PI() or we have to use the Radians function COSEC(RADIANS(x)) or DCOSEC(x).<br/>  
  
</div>
+
The following example shows how COSEC is applied to an array of numbers containing angles 1..10.
----
+
* Type =1..10@COSEC in Calci
<div id="7SpaceContent" class="zcontent" align="left">
+
* Type =1..10@COSEC or 1..10@COSEC in [[ZOS]]
  
COSEC returns NaN if n is not real
+
{| class="wikitable"
 +
|-
 +
! Angles !! COSEC
 +
|-
 +
| 1 || 1.1883951057781212
 +
|-
 +
| 2 || 1.0997501702946164
 +
|-
 +
| 3 || 7.086167395737187
 +
|-
 +
| 4 || -1.3213487088109024
 +
|-
 +
| 5 || -1.0428352127714058
 +
|-
 +
| 6 || -3.5788995472544056
 +
|-
 +
| 7 || 1.5221010625637303
 +
|-
 +
| 8 || 1.010756218400097
 +
|-
 +
| 9 || 2.426486643551989
 +
|-
 +
| 10 || -1.8381639608896658
 +
|}
  
</div>
+
== Examples ==
----
+
'''COSEC(x)'''
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*''' x  ''' is the angle in radians.
  
COSEC
+
{|id="TABLE1" class="SpreadSheet blue"
  
</div></div>
+
|- class="even"
----
+
|'''COSEC(Radian)'''
<div id="8SpaceContent" class="zcontent" align="left">
+
|'''Value'''
  
Lets see an example in (Column2Row1)
+
|- class="odd"
 +
| COSEC(0)
 +
| infinity
 +
 
 +
|- class="even"
 +
| COSEC(1)
 +
| 1.1883951057781212
 +
 
 +
|- class="odd"
 +
|COSEC(90)
 +
| 1.1185724071637084
 +
 
 +
|}
  
<nowiki>=COSEC(Column1Row1)</nowiki>
+
==Related Videos==
  
Returns 1.175221 for COSEC(45)
+
{{#ev:youtube|Q7htxHDN8LE|280|center|Cosecant}}
  
Consider another example in (Column2Row2)
+
==See Also==
  
<nowiki>=COSEC(Column1Row2)</nowiki>
+
*[[Manuals/calci/DCOSEC | DCOSEC]]
 +
*[[Manuals/calci/SIN | SIN]]
 +
*[[Manuals/calci/ASIN | ASIN]]
 +
*[[Manuals/calci/DSIN | DSIN]]
  
Returns NaN for COSEC("abc")
+
==References==
  
</div>
+
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
 
|+ Default Calci
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| 45
 
| class="sshl_f" | 1.175221
 
| class="          sshl_f  sshl_f" |
 
| class="                                                          sshl_f  sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | abc
 
| class="sshl_f" | NaN
 
| class=" sshl_f" |
 
| class="sshl_f  sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f  " |
 
| class="                      sshl_f  sshl_f          SelectTD1 ChangeBGColor SelectTD1" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
| class="sshl_f  " |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="      " |
 
| class=" sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
| class=" sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
| class="sshl_f" |
 
|
 
|}
 
  
{|
+
*[[Z_API_Functions | List of Main Z Functions]]
| <span align="left">[[Image:calci1.gif]]</span>
 
|
 
|
 
[[Image:bold.gif]]
 
|
 
[[Image:italic.gif]]
 
|
 
[[Image:normal.gif]]
 
|
 
[[Image:underline.gif]]
 
|
 
[[Image:border.gif]]
 
|
 
[[Image:numbers.gif]]
 
|
 
[[Image:sort.gif]]
 
|
 
[[Image:formatcells.gif]]
 
|
 
[[Image:graphs.gif]]
 
| $
 
|}
 
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 17:23, 18 June 2018

COSEC(Number)


  • Number is the angle value in Radians.
    • COSEC() returns the cosecant of the given angle.
  • by default, Calci use angle in Radians

DCOSEC can be used if the angle is in Degrees.

The angle can be a single value or any complex array of values.

For example COSEC(1..100) can give an array of the results, which is the COSEC value for each of the elements in the array. The array could be of any values either '+' or '-' like 1..5@COSEC or (-5)..(-1)@COSEC.

Description

Consider     x = 90    then     =COSEC(RADIANS(90))    gives    1
The above function gives the Cosecant of 'x' in Degree.

  • Cosec function gives the Cosecant of angle 'x'.
  • This function is the reciprocal of SIN function. i.e, Cosec(x) = 1 / Sin(x).
  • In a right angled triangle Cosec(x) = Hypotenuse / Opposite side.
  • Here x is in Radians.
  • To convert Radians to Degrees multiply with 180/PI() or we have to use the Radians function COSEC(RADIANS(x)) or DCOSEC(x).

The following example shows how COSEC is applied to an array of numbers containing angles 1..10.

  • Type =1..10@COSEC in Calci
  • Type =1..10@COSEC or 1..10@COSEC in ZOS
Angles COSEC
1 1.1883951057781212
2 1.0997501702946164
3 7.086167395737187
4 -1.3213487088109024
5 -1.0428352127714058
6 -3.5788995472544056
7 1.5221010625637303
8 1.010756218400097
9 2.426486643551989
10 -1.8381639608896658

Examples

COSEC(x)

  • x   is the angle in radians.
COSEC(Radian) Value
COSEC(0) infinity
COSEC(1) 1.1883951057781212
COSEC(90) 1.1185724071637084

Related Videos

Cosecant

See Also

References