Handbook of Discrete and Combinatorial Mathematics
eBook - ePub

Handbook of Discrete and Combinatorial Mathematics

Kenneth H. Rosen, Kenneth H. Rosen

Partager le livre
  1. 1,612 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Handbook of Discrete and Combinatorial Mathematics

Kenneth H. Rosen, Kenneth H. Rosen

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

Handbook of Discrete and Combinatorial Mathematics provides a comprehensive reference volume for mathematicians, computer scientists, engineers, as well as students and reference librarians.

The material is presented so that key information can be located and used quickly and easily. Each chapter includes a glossary. Individual topics are covered in sections and subsections within chapters, each of which is organized into clearly identifiable parts: definitions, facts, and examples.

Examples are provided to illustrate some of the key definitions, facts, and algorithms. Some curious and entertaining facts and puzzles are also included. Readers will also find an extensive collection of biographies.

This second edition is a major revision. It includes extensive additions and updates. Since the first edition appeared in 1999, many new discoveries have been made and new areas have grown in importance, which are covered in this edition.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Handbook of Discrete and Combinatorial Mathematics est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Handbook of Discrete and Combinatorial Mathematics par Kenneth H. Rosen, Kenneth H. Rosen en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematics et Counting & Numeration. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2017
ISBN
9781351644051
Édition
2
1
FOUNDATIONS
1.1 Propositional and Predicate LogicJerrold W. Grossman
1.1.1 Propositions and Logical Operations
1.1.2 Equivalences, Identities, and Normal Forms
1.1.3 Predicate Logic
1.2 Set TheoryJerrold W. Grossman
1.2.1 Sets
1.2.2 Set Operations
1.2.3 Infinite Sets
1.2.4 Axioms for Set Theory
1.3 FunctionsJerrold W. Grossman
1.3.1 Basic Terminology for Functions
1.3.2 Computational Representation
1.3.3 Asymptotic Behavior
1.4 RelationsJohn G. Michaels
1.4.1 Binary Relations and Their Properties
1.4.2 Equivalence Relations
1.4.3 Partially Ordered Sets
1.4.4 n-Ary Relations
1.5 Proof TechniquesSusanna S. Epp
1.5.1 Rules of Inference
1.5.2 Proofs
1.5.3 Disproofs
1.5.4 Mathematical Induction
1.5.5 Diagonalization Arguments
1.6 Axiomatic Program VerificationDavid Riley
1.6.1 Assertions and Semantic Axioms
1.6.2 NOP, Assignment, and Sequencing Axioms
1.6.3 Axioms for Conditional Execution Constructs
1.6.4 Axioms for Loop Constructs
1.6.5 Axioms for Subprogram Constructs
1.7 Logic-Based Computer Programming ParadigmsMukesh Dalal
1.7.1 Logic Programming
1.7.2 Fuzzy Sets and Logic
1.7.3 Production Systems
1.7.4 Automated Reasoning
INTRODUCTION
This chapter covers material usually referred to as the foundations of mathematics, including logic, sets, and functions. In addition to covering these foundational areas, this chapter includes material that shows how these topics are applied to discrete mathematics, computer science, and electrical engineering. For example, this chapter covers methods of proof, program verification, and fuzzy reasoning.
GLOSSARY
action: a literal or a print command in a production system.
aleph-null: the cardinality N0 of the set N of natural numbers.
AND: the logical operator for conjunction, also written ∧.
antecedentL in a conditional proposition p → q (“if p then q”), the proposition p (“if-clause”) that precedes the arrow.
antichain: a subset of a poset in which no two elements are comparable.
antisymmetric: the property of a binary relation R that if aRb and bRa, then a = b.
argument form: a sequence of statement forms, each called a premise of the argument, followed by a statement form called a conclusion of the argument.
assertion: (or program assertion) a program comment specifying some conditions on the values of the computational variables; these conditions are supposed to hold whenever program flow reaches the location of the assertion.
asymmetric: the property of a binary relation R that if aRb, then bRa.
asymptotic: A function f is asymptotic to a function g, written f(x) ~ g(x), if f(x) ≠ 0 for sufficiently large x and limx→∞g(x)f(x)=1.
atom (or atomic formula): a simplest formula of predicate logic.
atomic formula: See atom.
atomic proposition: a proposition tha...

Table des matiĂšres