Difference between revisions of "Manuals/calci/IMSUM"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''IMSUM( | + | <div style="font-size:30px">'''IMSUM(Complexnumber1,Complexnumber2)'''</div><br/> |
| − | * <math> | + | *<math>Complexnumbers</math> are of the form <math>z=a+ib</math> |
==Description== | ==Description== | ||
*This function gives the sum of the two or more complex numbers. | *This function gives the sum of the two or more complex numbers. | ||
| − | *IMSUM( | + | *In <math>IMSUM(Complexnumber1,Complexnumber2), where Complexnumbers are of the form <math>z=a+ib</math>. |
*where <math> a </math> & <math> b </math> are the real numbers. <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | *where <math> a </math> & <math> b </math> are the real numbers. <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | ||
| − | *In this function <math> | + | *In this function <math>Complexnumber1</math> is required. <math>Complexnumber2,Complexnumber3,...</math> are optional. |
*Let <math>z1=a+ib</math> and <math>z2=c+id</math>. | *Let <math>z1=a+ib</math> and <math>z2=c+id</math>. | ||
*The addition of two complex number is:<math>(a+ib)+(c+id)=(a+c)+(b+d)i </math> where <math>a,b,c</math> and <math>d </math>are real numbers. | *The addition of two complex number is:<math>(a+ib)+(c+id)=(a+c)+(b+d)i </math> where <math>a,b,c</math> and <math>d </math>are real numbers. | ||
| − | *We can use COMPLEX function to convert real and imaginary number in to a complex number. | + | *We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number in to a complex number. |
| + | ==ZOS Section== | ||
| + | *The syntax is to calculate sum of the complex numbers in ZOS is <math>IMSUM(Complexnumber1,Complexnumber2)</math> | ||
| + | **<math>Complexnumbers</math> are of the form <math>z=a+ib</math> | ||
| + | *For e.g., | ||
==Examples== | ==Examples== | ||
#IMSUM("12+10i","8+16i")=20+26i | #IMSUM("12+10i","8+16i")=20+26i | ||
Revision as of 23:34, 26 June 2014
IMSUM(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 Complexnumbers} are 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 gives the sum of the two or more complex numbers.
- 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 IMSUM(Complexnumber1,Complexnumber2), where Complexnumbers are of the form <math>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. 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 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} is required. 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,Complexnumber3,...} are optional.
- 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 addition 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 Section
- The syntax is to calculate sum 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 IMSUM(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 Complexnumbers} are 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.,
Examples
- IMSUM("12+10i","8+16i")=20+26i
- IMSUM("-7-12i","-10-4i")=-17-16i
- IMSUM("-14i","10-4i")=10-18i
- IMSUM("17","24+12i")=41+12i
- IMSUM("12+10i","8+16i","5+2i")=25+28i