Difference between revisions of "Manuals/calci/IMSUBTWO"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''IMSUBTWO(Complexnumber1,Complexnumber2)'''</div><br/> * <math>Complexnumber1 ,Complexnumber2 </math> are two complex numbers of the form <math>z...") |
|||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''IMSUBTWO( | + | <div style="font-size:30px">'''IMSUBTWO(ComplexNumber1,ComplexNumber2)'''</div><br/> |
| − | * <math> | + | * <math>ComplexNumber1 ,ComplexNumber2 </math> are two complex numbers of the form <math>z=a+ib</math> |
==Description== | ==Description== | ||
*This function calculates the difference between two complex numbers. | *This function calculates the difference between two complex numbers. | ||
| − | <math> | + | <math>ComplexNumber1 ,ComplexNumber2 </math> are compulsory arguments. |
*Complex number is indicated as <math>z=a+ib</math>, where <math> a </math> & <math> b </math> are the real numbers, and <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | *Complex number is indicated as <math>z=a+ib</math>, where <math> a </math> & <math> b </math> are the real numbers, and <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | ||
*Let <math>z1=a+ib</math> and <math>z2=c+id</math>. | *Let <math>z1=a+ib</math> and <math>z2=c+id</math>. | ||
| Line 12: | Line 12: | ||
==ZOS== | ==ZOS== | ||
| − | *The syntax is to calculate the difference of the complex numbers in ZOS is <math>IMSUBTWO( | + | *The syntax is to calculate the difference of the complex numbers in ZOS is <math>IMSUBTWO(ComplexNumber1,ComplexNumber2)</math>. |
| − | ** <math> | + | ** <math>ComplexNumber1 ,ComplexNumber2 </math> are two complex numbers of the form <math>z=a+ib</math> |
*For e.g.,IMSUBTWO("4+5i","9-3i") | *For e.g.,IMSUBTWO("4+5i","9-3i") | ||
Latest revision as of 16:22, 27 June 2018
IMSUBTWO(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}
Description
- This function calculates the difference between two complex numbers.
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 compulsory arguments.
- 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}} .
- 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} .
- The difference of two complex number 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 (a+ib)-(c+id)=(a-c)+(b-d)i } 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,b,c} 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 d} are real numbers.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
ZOS
- The syntax is to calculate the difference 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 IMSUBTWO(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.,IMSUBTWO("4+5i","9-3i")
Examples
- IMSUBTWO("6+4i","5+3i")=1+1i
- IMSUBTWO("-3-4i","6-7i")=-9+3i
- IMSUBTWO("-8","9+10j","2-7j")=-17-10j
- IMSUBTWO("5+7i","3")=2+7i
Related Videos
See Also
References