Manuals/calci/MAKECOMPLEXISIMPLE

From ZCubes Wiki
Jump to navigation Jump to search
MAKECOMPLEXISIMPLE (Imaginary,Multiplier)


  • 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 Imaginary} is the imaginary value in 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 Multiplier } is any constant value.

Description

  • This function multiplies the imaginary value in the complex number with any constant value.
  • In 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 MAKECOMPLEXISIMPLE (Imaginary,Multiplier)} ,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 Imaginary} is the imaginary value 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 Multiplier} is any constant real value.
  • 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.A complex number is a number is in the form z = a + bi, where a and b are real numbers and 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}} .
  • In a complex number z real part is denoted 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 Re(z)} and imaginary part is denoted 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 Im(z)} .
  • MAKECOMPLEXISIMPLE returns the error value, when real and imaginary are non-numeric.Here the suffix of the imaginary value is "i".
  • Consider a complex number 8+5i,so this function will take imaginary value.
  • So MAKECOMPLEXISIMPLE(5,-13),is shows the result as 5*(-13)=0-65i.

Examples

  1. MAKECOMPLEXISIMPLE(9,17) = 0+i153
  2. MAKECOMPLEXISIMPLE(-6,8) = 0-ⅈ48
  3. MAKECOMPLEXISIMPLE(-3,4.2) = 0-ⅈ12.600000000000001

Related Videos

Complex Number

See Also

References