The Excel IMPRODUCT Function
Multiplying Complex Numbers
When multiplying two complex numbers a+bi and c+di, the formula used is as follows: (a+bi) * (c+di) = (ac-bd) + (ad+bc)i
Further information on Complex Numbers can be found on the Wikipedia Complex Numbers Page. Basic DescriptionThe Excel IMPRODUCT function calculates the product of two or more complex numbers. The format of the function is : IMPRODUCT( Inumber1, Inumber2, ... )
where the Inumber1, Inumber2, ... arguments are between 2 and 29 supplied Complex Numbers. Note that complex numbers are simply stored as text in Excel. When a text string in the format "a+bi" or "a+bj" is supplied to one of Excel's built-in complex number functions, this is interpreted as a complex number. Also the complex number functions can accept a simple numeric value, as this is equivalent to a complex number whose imaginary coefficient is equal to 0. Therefore, the Inumber arguments can be supplied to the Excel Improduct function as either:
These are all included in the examples below. ExamplesIn the example below, the Excel Improduct function is used find the product of different complex numbers. The functions are shown in the spreadsheet on the left and the results are shown in the spreadsheet on the right.
Further information on the Excel Improduct function can be found on the Microsoft Office website. Common ErrorsIf you get an error from your Excel Improduct function this is likely to be one of the following :
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright © 2008-2011 ExcelFunctions.net |