Difference between revisions of "Combinatorics"

m
 
(20 intermediate revisions by 13 users not shown)
Line 1: Line 1:
'''Combinatorics''' is the study of counting. Different kinds of counting problems can be approached by a variety of techniques.
+
'''Combinatorics''' is the study of [[discrete]] structures broadly speaking. Most notably, combinatorics involves studying the enumeration (counting) of said structures. For example, the number of three-[[cycle|cycles]] in a given [[graph]] is a combinatorial problem, as is the derivation of a non-[[recursive]] formula for the [[Fibonacci numbers]], and so too methods of solving the [[Rubiks cube]]. Mathematicians who spend their careers studying combinatorics are known as ''combinatorialists''.
  
== Student Guides to Combinatorics ==
+
Combinatorial problems often make up a good portion of problems found in mathematics competitions and can be approached by a variety of techniques, such as [[generating functions]] or the [[Principle of Inclusion-Exclusion|principle of inclusion-exclusion]]. Combinatorics also has many applications outside of pure mathematics, notably in [[theoretical computer science]], [[statistics]], and various fields of science.
* '''[[Combinatorics/Introduction | Introductory topics in combinatorics]]'''
 
* '''[[Combinatorics/Intermediate | Intermediate topics in combinatorics]]'''
 
* '''[[Combinatorics/Olympiad | Olympiad topics in combinatorics]]'''
 
* '''[[Combinatorics/Advanced topics | Advanced topics in combinatorics]]'''
 
  
 +
People who encounter the term combinatorics for the first time often discredit it as "easy" because they "already know how to count." While this is true in the sense that people know how to count lists of numbers, enumeration problems are (typically) not nearly as simple as counting a list of numbers. One must first determine ''what'' and ''how'' something must be counted, both of which are often difficult to do.
  
 +
==Study Guides to Combinatorics==
 +
* [[Combinatorics/Introduction]]
 +
*[[Combinatorics/Intermediate]]
 +
*[[Combinatorics/Olympiad]]
  
== Resources ==
 
Listed below are various combinatorics resources including books, classes, and websites.
 
  
=== Books ===
 
  
* Introductory
 
** ''the Art of Problem Solving Introduction to Counting and Probability'' by David Patrick [http://www.artofproblemsolving.com/Books/AoPS_B_Item.php?page_id=3 (details)]
 
  
== See also ==
+
[[Combinatorics Challenge Problems]]
 
 
* [[Probability]]
 

Latest revision as of 02:12, 4 October 2020

Combinatorics is the study of discrete structures broadly speaking. Most notably, combinatorics involves studying the enumeration (counting) of said structures. For example, the number of three-cycles in a given graph is a combinatorial problem, as is the derivation of a non-recursive formula for the Fibonacci numbers, and so too methods of solving the Rubiks cube. Mathematicians who spend their careers studying combinatorics are known as combinatorialists.

Combinatorial problems often make up a good portion of problems found in mathematics competitions and can be approached by a variety of techniques, such as generating functions or the principle of inclusion-exclusion. Combinatorics also has many applications outside of pure mathematics, notably in theoretical computer science, statistics, and various fields of science.

People who encounter the term combinatorics for the first time often discredit it as "easy" because they "already know how to count." While this is true in the sense that people know how to count lists of numbers, enumeration problems are (typically) not nearly as simple as counting a list of numbers. One must first determine what and how something must be counted, both of which are often difficult to do.

Study Guides to Combinatorics



Combinatorics Challenge Problems