Difference between revisions of "Documentation/How Tos/Calc: IMPOWER function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:IMPOWER function}}
 +
{{Documentation/CalcFunc ComplexNumberTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_IMLOG2_function
 +
|NextPage=Documentation/How_Tos/Calc:_IMPRODUCT_function
 +
}}__NOTOC__
  
 
== IMPOWER ==
 
== IMPOWER ==
Line 18: Line 23:
 
<tt>'''IMPOWER("1+2i"; 2)'''</tt>
 
<tt>'''IMPOWER("1+2i"; 2)'''</tt>
 
: returns (1+2i)<sup>2</sup> = <tt>'''-3+4i'''</tt> as text.
 
: returns (1+2i)<sup>2</sup> = <tt>'''-3+4i'''</tt> as text.
 
=== See also: ===
 
'''[[Documentation/How_Tos/Calc: IMEXP function|IMEXP]]'''
 
 
'''[[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]'''
 
  
 
=== Issues: ===
 
=== Issues: ===
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.
 +
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: IMEXP function|IMEXP]]
 +
 +
* [[Documentation/How_Tos/Calc: Complex Number functions|Complex Number functions]]
 +
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Complex Number functions]]

Latest revision as of 12:13, 30 January 2024

IMPOWER

Returns a complex number raised to a power.

This function is only available if the Analysis AddIn is installed.

Syntax:

IMPOWER(complexnumber; number)

complexnumber is text representing a complex number, for example as a+bi or a+bj. number is a number.
IMPOWER returns complexnumber raised to the power of number. The result is a complex number presented as text.
If complexnumber is a+bi = r(cosφ + isinφ) and number is n, IMPOWER(complexnumber; number) returns (a+bi)n = rncosnφ + irnsinnφ.

Example:

IMPOWER("1+2i"; 2)

returns (1+2i)2 = -3+4i as text.

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.



See Also
Views
Personal tools
Navigation
Tools