Difference between revisions of "Manuals/calci/GETREALORCOMPLEX"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=GETREALORCOMPLEX (x,y)=
+
<div style="font-size:30px">'''GETREALORCOMPLEX (x,y)'''</div><br/>
 
 
 
where
 
where
*<math>x</math> and <math>y</math> are any real numbers .
+
*<math>x</math> and <math>y</math> are any real numbers.
 
+
**GETREALORCOMPLEX() converts the real and imaginary numbers into a complex number.
GETREALORCOMPLEX() converts the real and imaginary numbers into a complex number.
 
  
 
==Description==
 
==Description==

Revision as of 13:57, 24 August 2018

GETREALORCOMPLEX (x,y)


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 x} and 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 y} are any real numbers.
    • GETREALORCOMPLEX() converts the real and imaginary numbers into a complex number.

Description

  • A complex number is a combination of a real and an imaginary number.
  • A number which is positive or negative, rational or irrational or decimals are called real numbers.
  • An Imaginary number is a number that when squaring it gives a negative result.
  • For e.g. 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 {-4}^2} =16. Because a negative times a negative is positive.
  • A complex number is a number is in the form 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 z = a + bi} , 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 a} and are real numbers and 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} is the imaginary unit. 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 i=\sqrt{-1}} .

GETREALORCOMPLEX (x,y)

  • 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} is the real part of the 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 y} is the imaginary part of the complex number.
  • Here suffix value is considered as 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} .
  • This function returns the error value, when real and imaginary are non-numeric.
  • A Complex number whose real part is zero is said to be purely imaginary.
  • A Complex number whose imaginary part is zero is a real number.
  • In that cases we have to assign '0' for that part.

Examples

  1. GETREALORCOMPLEX(9,3) = 9+ⅈ3
  2. GETREALORCOMPLEX(12,-90) = 12-ⅈ90
  3. GETREALORCOMPLEX(5.2,-3.1) = 5.2-ⅈ3.1
  4. GETREALORCOMPLEX(-11,-12) = -11-ⅈ12

See Also


References