Difference between revisions of "Manuals/calci/IMCOS"

From ZCubes Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''IMCOS(iz)'''</div><br/>
+
<div style="font-size:30px">'''IMCOS (ComplexNumber)'''</div><br/>
* where 'iz' is the complex number
+
* where 'ComplexNumber' is any complex number of the form x+iy.
 +
**IMCOS(), returns the cosine of a complex number.
 +
 
 
==Description==
 
==Description==
  
*This function gives the cos value of 'iz'.  
+
*This function gives the cos value of any complex Number.  
*Where iz is the complex number in the form of <math>x+iy</math>  
+
*Consider the complex number in the form of <math>x+iy</math>  
 
*x & y are the real number  
 
*x & y are the real number  
 
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
 
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
Line 12: Line 14:
  
 
== Examples ==
 
== Examples ==
'''IMCOS(iz)'''
+
'''IMCOS(ComplexNumber)'''
*'''iz''' is the complex number.
+
 
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''IMCOS(iz)'''
+
|'''IMCOS(ComplexNumber)'''
 
|'''Value'''
 
|'''Value'''
  

Latest revision as of 16:25, 19 July 2018

IMCOS (ComplexNumber)


  • where 'ComplexNumber' is any complex number of the form x+iy.
    • IMCOS(), returns the cosine of a complex number.

Description

  • This function gives the cos value of any complex Number.
  • Consider the complex number in the form of
  • x & y are the real number
  • 'i' is the imaginary unit
  • Also x is called the real part & y is the imaginary patr of a complex number.
  • COMPLEX is the function used to convert Real & Imaginary numbers in to a complex number.
  • is defined by

Examples

IMCOS(ComplexNumber)


IMCOS(ComplexNumber) Value
IMCOS("2+3i") -4.189625690968806-ⅈ9.109227893755335
IMCOS("2-3i") -4.189625690968806+ⅈ9.109227893755335
IMCOS("2") -0.4161468365471424+ⅈ0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References