Difference between revisions of "Manuals/calci/IMPRODUCTTWO"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''IMPRODUCTTWO(Complexnumber1,Complexnumber2)'''</div><br/> | <div style="font-size:30px">'''IMPRODUCTTWO(Complexnumber1,Complexnumber2)'''</div><br/> | ||
| − | *<math>Complexnumber1 </math> and <math>Complexnumber2</math> are two complex numbers of the form <math>z=a+ib</math> | + | *<math>Complexnumber1 </math> and <math>Complexnumber2</math> are two complex numbers of the form <math>z=a+ib</math>. |
| + | **IMPRODUCTTWO(),returns the product of two complex numbers. | ||
| + | |||
==Description== | ==Description== | ||
Latest revision as of 16:04, 16 July 2018
IMPRODUCTTWO(Complexnumber1,Complexnumber2)
- 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 Complexnumber1 }
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 Complexnumber2}
are two complex numbers of 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+ib}
.
- IMPRODUCTTWO(),returns the product of two complex numbers.
Description
- This function gives the product of two complex numbers.
- Complex number is indicated 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 z=a+ib} , 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 } & 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 b } are the 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. 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 this function 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 Complexnumber2} are compulsory arguments.
- The multiplication of two complex numbers is a complex number.
- Let 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 z1=a+ib} 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 z2=c+id} . Then the product of two complex numbers is 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 z1.z2=(a+ib)(c+id)=(ac-bd)+(ad+bc)i} .
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
ZOS
- The syntax is to calculate product of the complex numbers in ZOS is 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 IMPRODUCTTWO(Complexnumber1,Complexnumber2)}
- 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 Complexnumber1 ,Complexnumber2} are two complex numbers of 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+ib}
- For e.g., IMPRODUCTTWO("2+3i","4+5i")
Examples
- =IMPRODUCTTWO("1+3i","5+5i") = -10+20i
- =IMPRODUCTTWO("i","3-i") = 1+3i
- =IMPRODUCTTWO("5","-2+4i") = -10+20i
- =IMPRODUCTTWO("2+3i","4+6i","3+5i") = -10+24i
- =IMPRODUCTTWO("-6-2i","-1-i","5+6i") = 4+8i
Related Videos
See Also
References