Difference between revisions of "Manuals/calci/IMCSC"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="font-size:30px">'''IMCSC(ComplexNumber)'''</div><br/>
 
<div style="font-size:30px">'''IMCSC(ComplexNumber)'''</div><br/>
* where <math>ComplexNumber</math> is any complex number.
+
* where <math>ComplexNumber</math> is any complex number of the form x+iy.
  
 
==Description==
 
==Description==

Revision as of 15:31, 19 July 2018

IMCSC(ComplexNumber)


  • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ComplexNumber} is any complex number of the form x+iy.

Description

  • This function gives the COSEC value of a complex number.
  • Consider the complex number is the form of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x+iy}
  • x & y are the real numbers.
  • 'i' is the imaginary unit Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=\sqrt{-1}}
  • Also x is called the real part & y is the imaginary part of a complex number.
  • COMPLEX is the function used to convert Real & Imaginary numbers in to a complex number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle cosec(x+iy)} is defined by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle cosec(x+iy)=[2(sinx.coshy -cosx.isinhy)]/(cosh2y-cos2x)}

Examples

IMCSC(ComplexNumber)

  • ComplexNumber is any complex number.
IMCSC(ComplexNumber) Value
IMCSC("6+4i") -0.0102445792543298-i0.03518037937143115
IMCSC("6-8i") -0.00018746697130656888+i0.0006442025450429695
IMCSC("10") -1.8381639608896656+i0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References