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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:PERMUTATIONA function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_PERMUT_function
 +
|NextPage=Documentation/How_Tos/Calc:_PHI_function
 +
}}__NOTOC__
  
 
== PERMUTATIONA ==
 
== PERMUTATIONA ==
Line 18: Line 23:
 
: returns <tt>'''9'''</tt>, as in the example above.
 
: returns <tt>'''9'''</tt>, as in the example above.
  
=== See also: ===
+
{{SeeAlso|EN|
[[Documentation/How_Tos/Calc: PERMUT function|'''PERMUT''']],
+
* [[Documentation/How_Tos/Calc: PERMUT function|PERMUT]]
[[Documentation/How_Tos/Calc: COMBIN function|'''COMBIN''']],
+
* [[Documentation/How_Tos/Calc: COMBIN function|COMBIN]]
[[Documentation/How_Tos/Calc: COMBINA function|'''COMBINA''']]
+
* [[Documentation/How_Tos/Calc: COMBINA function|COMBINA]]
  
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
+
* [[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]
  
[[Documentation/How_Tos/Calc: Mathematical functions|'''Mathematical functions''']]
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical 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/Statistical functions]]

Latest revision as of 14:14, 2 February 2024



PERMUTATIONA

Returns the number of ordered permutations, allowing repetition.

Syntax:

PERMUTATIONA(n; k)

where n and k are integers.
PERMUTATIONA returns the number of ordered ways that k objects can be chosen from a set of n objects, where an object can be chosen repeatedly. For example with a set of 3 objects A, B, C, we can choose 2 as follows: AA, AB, AC, BA, BB, BC, CA, CB, CC.
PERMUTATIONA simply calculates nk.

Example:

PERMUTATIONA(3; 2)

returns 9, as in the example above.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_PERMUTATIONA_function&oldid=260062"
Views
Personal tools
Navigation
Tools