User:IssaRice/Summary of counting techniques: Difference between revisions

From Machinelearning
(Created page with "Let <math>A</math> be a set with <math>n</math> elements, and let <math>B</math> be a set with <math>m</math> elements. {| class="wikitable" ! Description !! Set representing...")
 
No edit summary
Line 6: Line 6:
| || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A\}</math> ||
| || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A\}</math> ||
|-
|-
| || <math>\{{a_1, \ldots, a_k} : a_1,\ldots, a_k \in A\}</math> ||  
| || <math>\{\{a_1, \ldots, a_k\} : a_1,\ldots, a_k \in A\}</math> ||  
|-
|-
| || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A \text{ and all }a_i\text{ distinct}\}</math> ||
| || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A \text{ and all }a_i\text{ distinct}\}</math> ||

Revision as of 02:12, 14 August 2019

Let A be a set with n elements, and let B be a set with m elements.

Description Set representing counting problem number of ways to count
{(a1,,ak):a1,,akA}
{{a1,,ak}:a1,,akA}
{(a1,,ak):a1,,akA and all ai distinct}
{{a1,,ak}:a1,,akA and all ai distinct}
{(a,b):aA and bB}