Integer Partitions
Title | Integer Partitions PDF eBook |
Author | George E. Andrews |
Publisher | Cambridge University Press |
Pages | 156 |
Release | 2004-10-11 |
Genre | Mathematics |
ISBN | 9780521600903 |
Provides a wide ranging introduction to partitions, accessible to any reader familiar with polynomials and infinite series.
The Theory of Partitions
Title | The Theory of Partitions PDF eBook |
Author | George E. Andrews |
Publisher | Cambridge University Press |
Pages | 274 |
Release | 1998-07-28 |
Genre | Mathematics |
ISBN | 9780521637664 |
Discusses mathematics related to partitions of numbers into sums of positive integers.
Combinatorics of Set Partitions
Title | Combinatorics of Set Partitions PDF eBook |
Author | Toufik Mansour |
Publisher | CRC Press |
Pages | 617 |
Release | 2012-07-27 |
Genre | Computers |
ISBN | 1439863334 |
Focusing on a very active area of mathematical research in the last decade, Combinatorics of Set Partitions presents methods used in the combinatorics of pattern avoidance and pattern enumeration in set partitions. Designed for students and researchers in discrete mathematics, the book is a one-stop reference on the results and research activities of set partitions from 1500 A.D. to today. Each chapter gives historical perspectives and contrasts different approaches, including generating functions, kernel method, block decomposition method, generating tree, and Wilf equivalences. Methods and definitions are illustrated with worked examples and MapleTM code. End-of-chapter problems often draw on data from published papers and the author’s extensive research in this field. The text also explores research directions that extend the results discussed. C++ programs and output tables are listed in the appendices and available for download on the author’s web page.
Combinatorics
Title | Combinatorics PDF eBook |
Author | Nicholas Loehr |
Publisher | CRC Press |
Pages | 849 |
Release | 2017-08-10 |
Genre | Mathematics |
ISBN | 149878027X |
Combinatorics, Second Edition is a well-rounded, general introduction to the subjects of enumerative, bijective, and algebraic combinatorics. The textbook emphasizes bijective proofs, which provide elegant solutions to counting problems by setting up one-to-one correspondences between two sets of combinatorial objects. The author has written the textbook to be accessible to readers without any prior background in abstract algebra or combinatorics. Part I of the second edition develops an array of mathematical tools to solve counting problems: basic counting rules, recursions, inclusion-exclusion techniques, generating functions, bijective proofs, and linear algebraic methods. These tools are used to analyze combinatorial structures such as words, permutations, subsets, functions, graphs, trees, lattice paths, and much more. Part II cover topics in algebraic combinatorics including group actions, permutation statistics, symmetric functions, and tableau combinatorics. This edition provides greater coverage of the use of ordinary and exponential generating functions as a problem-solving tool. Along with two new chapters, several new sections, and improved exposition throughout, the textbook is brimming with many examples and exercises of various levels of difficulty.
A Walk Through Combinatorics
Title | A Walk Through Combinatorics PDF eBook |
Author | Mikl¢s B¢na |
Publisher | World Scientific |
Pages | 492 |
Release | 2006 |
Genre | Mathematics |
ISBN | 9812568859 |
This is a textbook for an introductory combinatorics course that can take up one or two semesters. An extensive list of problems, ranging from routine exercises to research questions, is included. In each section, there are also exercises that contain material not explicitly discussed in the preceding text, so as to provide instructors with extra choices if they want to shift the emphasis of their course. Just as with the first edition, the new edition walks the reader through the classic parts of combinatorial enumeration and graph theory, while also discussing some recent progress in the area: on the one hand, providing material that will help students learn the basic techniques, and on the other hand, showing that some questions at the forefront of research are comprehensible and accessible for the talented and hard-working undergraduate. The basic topics discussed are: the twelvefold way, cycles in permutations, the formula of inclusion and exclusion, the notion of graphs and trees, matchings and Eulerian and Hamiltonian cycles. The selected advanced topics are: Ramsey theory, pattern avoidance, the probabilistic method, partially ordered sets, and algorithms and complexity. As the goal of the book is to encourage students to learn more combinatorics, every effort has been made to provide them with a not only useful, but also enjoyable and engaging reading.
Analytic Combinatorics
Title | Analytic Combinatorics PDF eBook |
Author | Philippe Flajolet |
Publisher | Cambridge University Press |
Pages | 825 |
Release | 2009-01-15 |
Genre | Mathematics |
ISBN | 1139477161 |
Analytic combinatorics aims to enable precise quantitative predictions of the properties of large combinatorial structures. The theory has emerged over recent decades as essential both for the analysis of algorithms and for the study of scientific models in many disciplines, including probability theory, statistical physics, computational biology, and information theory. With a careful combination of symbolic enumeration methods and complex analysis, drawing heavily on generating functions, results of sweeping generality emerge that can be applied in particular to fundamental structures such as permutations, sequences, strings, walks, paths, trees, graphs and maps. This account is the definitive treatment of the topic. The authors give full coverage of the underlying mathematics and a thorough treatment of both classical and modern applications of the theory. The text is complemented with exercises, examples, appendices and notes to aid understanding. The book can be used for an advanced undergraduate or a graduate course, or for self-study.
Matters Computational
Title | Matters Computational PDF eBook |
Author | Jörg Arndt |
Publisher | Springer Science & Business Media |
Pages | 980 |
Release | 2010-10-01 |
Genre | Computers |
ISBN | 364214764X |
This book provides algorithms and ideas for computationalists. Subjects treated include low-level algorithms, bit wizardry, combinatorial generation, fast transforms like the Fourier transform, and fast arithmetic for both real numbers and finite fields. Various optimization techniques are described and the actual performance of many given implementations is examined. The focus is on material that does not usually appear in textbooks on algorithms. The implementations are done in C++ and the GP language, written for POSIX-compliant platforms such as the Linux and BSD operating systems.