Geometry.Net - the online learning center
Home  - Math_Discover - Boolean Algebra

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 91    Back | 1  | 2  | 3  | 4  | 5  | Next 20

         Boolean Algebra:     more books (100)
  1. Mathematical Logic: A Course with Exercises Part I: Propositional Calculus, Boolean Algebras, Predicate Calculus, Completeness Theorems (Pt.1) by Rene Cori, Daniel Lascar, 2000-11-09
  2. Logic and Boolean Algebra by Kathleen Levitz, 1979-02
  3. BOOLEAN ALGEBRA AND ITS APPLICATION INCLUDING BOOLEAN MATRIX ALGEBRA by H. Graham Flegg, 1964
  4. Applied Boolean Algebra an Elementar 2ND Edition by Franz Hohn, 1966
  5. Applied Boolean Algebra by Franz E. Hohn, 1967-01
  6. Set Theory: Boolean-Valued Models and Independence Proofs (Oxford Logic Guides) by John L. Bell, 2005-07-28
  7. Decision Points: Boolean Logic for Computer Users and Beginning Online Searchers by Janaye M Houghton, Robert S Houghton, 1999-02-15
  8. Introduction to the Comparative Method With Boolean Algebra (Quantitative Applications in the Social Sciences)
  9. Cardinal Invariants on Boolean Algebras (Modern Birkhäuser Classics) by J. Donald Monk, 2009-11-23
  10. Binary Arithmetic and Boolean Algebra by Angelo Christopher Gillie, 1965-09
  11. Introduction to Boolean Algebra and Logic Design: A Program for Self Instruction by Gerhard E. Hoernes, M. Heilweil, 1964-06
  12. Nearly Projective Boolean Algebras (Lecture Notes in Mathematics) by Lutz Heindorf, Leonid B. Shapiro, 1994-12-27
  13. Cardinal Functions on Boolean Algebras: LECTURES IN MATHEMATICs ETH Zürich (Lectures in Mathematics. ETH Zürich) by MONK, 1999-11-12
  14. Boolean Constructions in Universal Algebras (Mathematics and Its Applications) by A.G. Pinus, 2010-11-02

21. Boolean Algebra
boolean algebra. The binary 0 and 1 states are naturally related to the true andfalse logic variables. We will find the following boolean algebra useful.
http://www.phys.ualberta.ca/~gingrich/phys395/notes/node121.html
Next: Logic Gates Up: Digital Circuits Previous: Number Representation
Boolean Algebra
The binary and 1 states are naturally related to the true and false logic variables. We will find the following Boolean algebra useful. Consider two logic variables A and B and the result of some Boolean logic operation Q . We can define Q is true if and only if A is true AND B is true. Q is true if A is true OR B is true. Q is true if A is false. A useful way of displaying the results of a Boolean operation is with a truth table. We will make extensive use of truth tables later. If no ``-'' is available on your text processor or circuit drawing program an `` N '' can be used, ie. We list a few trivial Boolean rules in table
Table 7.2: Properties of Boolean Operations.
The Boolean operations obey the usual commutative, distributive and associative rules of normal algebra (table
Table 7.3: Boolean commutative, distributive and associative rules.
We will also make extensive use of De Morgan's theorems (table
Table 7.4: De Morgan's theorems.
Doug Gingrich
Tue Jul 13 16:55:15 EDT 1999

22. Layout Design: Introduction To Boolean Algebra
Design. Covers digital logic, boolean algebra, transistor level schematics,and stick diagrams. Introduction to boolean algebra Boolean
http://www.geocities.com/cmoslayoutdesign/gmask/gmask03.html
Introduction to Boolean Algebra Boolean Algebra is a way of describing a circuit in the form of a mathematical formula. While this may sound difficult, it actually isn't difficult at all. The AND function is represented by a large dot (times sign), the OR function is represented by a plus sign, and the INVERTER function is represented by a line over top of the input. This equation states that output A is equal to input B AND input C. The above symbol is the schematic symbol for an AND gate. This equation states that output D is equal to input E OR input F. The above symbol is the schematic symbol for an OR gate.
This equation states that output G is equal to INVERTED H. The above symbol is the schematic symbol for an INVERTER gate. Boolean Algebra formulas do become more complicated, and can be manipulated by following specific rules that will be discussed later. These three symbols will permit us to write equations for more complicated devices. The above is a two input AND (inputs A and B) and another two input AND (inputs C and D) both going into a two input OR gate who's output is E. The lines connecting the AND gates to the OR gate aren't required if the schematic is drawn so that their outputs are directly connected to the inputs of the OR gate. The equation for the first AND gate is A*B and the equation for the second AND gate is C*D. Both of these are going into an OR gate who's output is E. Since A*B is one input to this OR gate, and the other is C*D, the equation for E becomes...

23. Layout Design: Basic Boolean Algebra Manipulation
Design. Covers digital logic, boolean algebra, transistor level schematics,and stick diagrams. Basic boolean algebra Manipulation Boolean
http://www.geocities.com/cmoslayoutdesign/gmask/gmask06.html
Basic Boolean Algebra Manipulation Boolean Algebra equations can be manipulated by following a few basic rules. Manipulation Rules
A + B = B + A
A * B = B * A
(A + B) + C = A + (B + C)
(A * B) * C = A * (B * C)
A * (B + C) = (A * B) + (A * C)
A + (B * C) = (A + B) * (A + C) Equivalence Rules
A = A (double negative)
A + A = A
A * A = A
A * A = A + A = 1 Rules with Logical Constants + A = A 1 + A = 1 * A = 1 * A = A Many of these look identical to Matrix Operations in Linear Algebra. At any rate, this permits a circuit designer to create a circuit as it comes to their mind, then manipulate the formula to generate an equivalent circuit that does the same thing but requires less space. This can be illustrated using the 5th manipulation rule. Using the rule, generating an equivalent circuit that does the exact same thing, but be less complicated, can be done with reasonable ease. In the case of CMOS, the right hand side of the formula can also be manipulated, just always remember to invert. The manipulation occurs under the invert bar. D = (A * B) + (A * C) is the same as...

24. Boolean Algebra
Click here to tell your friends about this site boolean algebra. boolean algebrais embedded in our psychology, in our understanding of how the world works.
http://livinginternet.com/w/wu_expert_bool.htm

Click to tell your friends about this site
Boolean Algebra Summary : Enables the construction of powerful, efficient search queries. Boolean algebra is embedded in our psychology, in our understanding of how the world works. It is the foundation for all of mathematics , much of science, and most of philosophy. It is particularly useful in the construction of expert search queries, and is used throughout the examples in the following pages. The subsections below provide background information on boolean expressions "and" "or" "not" ... tricks , and search sites Expressions. It is easy to understand boolean algebra by comparison with the familiar arithmetic algebra with operators +, -, x, / combined with numeric operands in expressions like: ( A + B ) x C Similarly, boolean algebra has the logical operators "and", "or", and "not", combined with logical operands that have the value either "true" or "false", in expressions like the following: When we know the values of the operands of an algebraic expression, then we can figure out the overall value. For example, if A=2 and B=3 then the value of A+B is 5. Similarly, if A is true and B is false, then the overall value of the expression "A and B" is false according to the rules of boolean algebra described below. And . The most useful boolean operator is "and" because it combines truth values. An expression "A and B" is true only if

25. Redirect... To New Location
boolean algebra assistant program is an interactive program extremely easy to use. A musthave tool for the freshmen electrical engineering student. Shows output in either SOP(DNF) or POS(CNF) format. Win 98/ME/NT/2000/XP
http://www.etel.dn.ua/~shurik/karnaugh/

26. Chapter 4 Boolean Algebra
Chapter 4 boolean algebra. 41 Describing Logic Circuits Algebraically. 4-2 EvaluatingLogic Circuit Outputs. 4-3 Implementing Circuits from Boolean Expression.
http://www.eelab.usyd.edu.au/digital_tutorial/chapter4/4_0.html
Chapter 4 Boolean Algebra 4-1 Describing Logic Circuits Algebraically 4-2 Evaluating Logic Circuit Outputs 4-3 Implementing Circuits from Boolean Expression 4-4 Boolean Theorems 4-5 DeMorgan's Theorems 4-6 Universality of NAND and NOR Gates 4-7 Alternate Logic-Gate Representations 4-8 Logic Symbol Interpretation Let's Go to QUIZ 4

27. Boolean Algebra
boolean algebra. Leibniz initiated the search for a system of symbolswith rules of their combination in his De Arte Combinatoria
http://vmoc.museophile.com/algebra/section3_4.html
Next: Algebra and Computing
Up: A Brief History of Algebra and Computing: An Eclectic Oxonian View
Previous: Algebra and Analytical Engines
Boolean Algebra
Leibniz initiated the search for a system of symbols with rules of their combination in his De Arte Combinatoria of 1666, as well as developing the binary notation. In 1854, George Boole Professor of Mathematics at Cork from 1849 despite having no first degree, formalised a set of such rules in the seminal work entitled, perhaps optimistically, An Investigation of the Laws of Thought . Boole's aim was to identify the rules of reasoning in a rigorous framework and revolutionised formal logic after thousands of years of little progress. They transformed logic from a philosophical into a mathematical discipline. These rules have subsequently become known as Boolean algebra and the design of all modern binary digital computers has depended on the results of this work. These logical operations, normally implemented as electronic gates , are all that are required to perform more complicated operations such as arithmetic.
Charles Lutwidge Dodgson
, a Mathematics Lecturer at Christ Church Oxford from 1855 to 1881, was influenced by the work of Boole. He had a general interest in algebra and also teaching. In May 1855 he noted in his diary:

28. Boolean Algebra
boolean algebra. I was struck by the number of folks with little understandingof boolean algebra, the basis for the design of logic circuits.
http://www.ganssle.com/articles/aboolea.htm
Boolean Algebra
Do you get the boolean blues? Those hardware weenies keep chatting about DeMorgan, truth and evil... and you're feeling left out? Read on. Published in Embedded Systems Programming, January, 1995 News flash - Want to become a firmware wizard? Sign up for the Better Firmware Faster seminar in Chicago (April 15, 2003) or in Baltimore/Washington (April 17). More info here Please subscribe to The Embedded Muse , a free biweekly e- newsletter with hints, ideas and rambles about firmware and hardware in embedded systems. No advertising, just down to earth embedded talk. It also keeps you posted when new free reports about firmware development become available. To subscribe, enter your email address and zip code, and press "Sign Up". Zip or Country Email My June column about Software PALs sparked quite a bit of feedback. I was struck by the number of folks with little understanding of Boolean algebra, the basis for the design of logic circuits. Every design engineer learns Boolean, but it seems few software folks master this important tool. One of my brothers is completing a Ph.D. in philosophy. I was fascinated to learn that Boolean algebra is an important trick used in the defense of philosophical ideas. True - mostly they use a somewhat less formalized version than we do, but the "Rules of Logic" are nothing more than a statement of the truths we bury into algebraic formulation. Isn't it nice that philosophers consider our basic premises, as expressed by Boolean logic, to be the basis of testing truth? Maybe what we do is quite profound and fundamental, after all.

29. Simple Axiom Systems For Boolean Algebra
Simple Axiom Systems for boolean algebra. In 1913, Henry Sheffer presented thefollowing 3axiom equational basis (3-basis) for boolean algebra 1.
http://www.cs.unm.edu/~veroff/BA/
Posted on the Web July 8, 2000. Last updated on June 13, 2002 by Bob Veroff
Simple Axiom Systems for Boolean Algebra
Bill McCune maintains related pages here and here Recent collaborators on this project include Andrew Feist, Branden Fitelson , Ken Harris, Bill McCune Bob Veroff , and Larry Wos
Sheffer Stroke
In 1913, Henry Sheffer presented the following 3-axiom equational basis (3-basis) for Boolean Algebra
  • More recently, a number of simplifications (``abridgements'') of Sheffer's system have been published. These include, for example, five systems presented by Meredith . The simplest of these five systems is as follows.
  • We were introduced to this problem in February 2000 via some e-mail exchanges with Dana Scott, Stephen Wolfram, and David Hillman. In particular, Stephen Wolfram proposed a study of 27 candidate axiom systems consisting of 25 single equations and 2 pairs of equations. Wolfram's interest in these equations arose from his research project, A New Kind of Science We have used the automated reasoning program Otter to prove several bases. The following is a very brief summary.
  • 30. BOOLEAN ALGEBRA
    Search this term on the WWW Back to Start Page for IEEE KeywordSelection boolean algebra. Broader Terms ALGEBRA Narrower Terms
    http://www.ieee.org/web/developers/webthes/00000279.htm
    Search this term on the WWW Back to Start Page for IEEE Keyword Selection
    BOOLEAN ALGEBRA
    Broader Terms:
    ALGEBRA
    Narrower Terms:
    BOOLEAN FUNCTIONS
    Related Terms:
    LOGIC
    SET THEORY

    31. George Boole Invents Boolean Algebra
    1847 AD to 1854 AD George Boole Invents boolean algebra. Click hereto visit GottaGlow. Around the same time that Charles Babbage
    http://www.maxmon.com/1847ad.htm
    1847 AD to 1854 AD
    George Boole Invents Boolean Algebra
    Around the same time that Charles Babbage was struggling with his Analytical Engine , one of his contemporaries, a British mathematician called George Boole, was busily inventing a new and rather cunning form of mathematics. Boole made significant contributions in several areas of mathematics, but was immortalized for two works in 1847 and 1854, in which he represented logical expressions in a mathematical form now known as Boolean Algebra . Boole's work was all the more impressive because, with the exception of elementary school and a short time in a commercial school, he was almost completely self-educated. a In conjunction with Boole, another British mathematician, Augustus DeMorgan, formalized a set of logical operations now known as DeMorgan transformations. As the Encyclopedia Britannica says: "A renascence of logical studies came about almost entirely because of Boole and DeMorgan." a In fact the rules we now attribute to DeMorgan were known in a more primitive form by William of Ockham (also known as William of Occam) in the 14th Century. In order to celebrate Ockham's position in history, the OCCAM computer programming language was named in his honor. (In fact, OCCAM is the native programming language for the British- developed INMOS transputer.)

    32. CCI Dictionary Definition
    Definition boolean algebra, A system of mathematics developed by GeorgeBoole in the 1850s. boolean algebra is very important in computers.
    http://www.computeruser.com/resources/dictionary/secondary_definition.php?lookup

    33. 89.07.07: Boolean Algebra And Its Application To Problem Solving And Logic Circu
    boolean algebra and its Application to Problem Solving and Logic Circuits.by Hermine Smikle. boolean algebra applied to Electrical problems.
    http://www.yale.edu/ynhti/curriculum/units/1989/7/89.07.07.x.html
    Yale-New Haven Teachers Institute Home
    Boolean Algebra and its Application to Problem Solving and Logic Circuits
    by
    Hermine Smikle.
    Contents of Curriculum Unit 89.07.07:
    To Guide Entry
    Purpose
    The curriculum unit is designed to introduce a unit of simple logic and have students exposed to the area of Boolean algebra and how it can be used as a tool for problem solving. These mathematical ideas have been left out of the curriculum of many high school students. There is a need for mathematics to become more relevant to today’s society. Boolean Algebra with its application to the development of logic circuits will provide some hands on application and to bring to students the importance of technology and the effects it has had on our society.
    Rationale of the unit
    The guiding principles of this unit is that any area of mathematics can be presented to students at the high school level and that mathematics should be
    a) relevant to the existing and growing needs of the society
    b) related to the ability of the student
    c) should serve as a motivator to careers that will interest the student
    d) provide the motivation for further inquiry.

    34. Boolean Algebra
    boolean algebra. mathematics Strangely, a boolean algebra (in the mathematicalsense) is not strictly an algebra, but is in fact a lattice. A
    http://burks.brighton.ac.uk/burks/foldoc/84/13.htm
    The Free Online Dictionary of Computing ( http://foldoc.doc.ic.ac.uk/ dbh@doc.ic.ac.uk Previous: Boolean Next: Boolean logic
    Boolean algebra
    mathematics logic George Boole 1. Commonly, and especially in computer science and digital electronics, this term is used to mean two-valued logic 2. This is in stark contrast with the definition used by pure mathematicians who in the 1960s introduced "Boolean-valued models" into logic precisely because a "Boolean-valued model" is an interpretation of a theory that allows more than two possible truth values! Strangely, a Boolean algebra (in the mathematical sense) is not strictly an algebra , but is in fact a lattice . A Boolean algebra is sometimes defined as a "complemented distributive lattice Boole's work which inspired the mathematical definition concerned algebras of set s, involving the operations of intersection, union and complement on sets. Such algebras obey the following identities where the operators ^, V, - and constants 1 and can be thought of either as set intersection, union, complement, universal, empty; or as two-valued logic AND, OR, NOT, TRUE, FALSE; or any other conforming system. a ^ b = b ^ a a V b = b V a (commutative laws) (a ^ b) ^ c = a ^ (b ^ c) (a V b) V c = a V (b V c) (associative laws) a ^ (b V c) = (a ^ b) V (a ^ c) a V (b ^ c) = (a V b) ^ (a V c) (distributive laws) a ^ a = a a V a = a (idempotence laws) a = a -(a ^ b) = (-a) V (-b) -(a V b) = (-a) ^ (-b) (de Morgan's laws) a ^ -a = a V -a = 1 a ^ 1 = a a V = a a ^ = a V 1 = 1 -1 = -0 = 1

    35. Boolean Algebra
    boolean algebra. Introduction. boolean algebra is the theoretical foundationfor digital systems. boolean algebra formalizes the rules of logic.
    http://134.193.15.25/vu/course/cs281/lectures/boolean-algebra/boolean-algebra.ht
    Boolean Algebra
    Introduction
    You may have been intimidated by the mathematical word problems on the SAT or ACT. On first reading they seem almost impossible to solve. "Larry and Fred share a bookcase. Larry has twice as many books as Fred. There are 75 books on the bookcase. How many books does Fred have?" Then you realize how the problem can be redefined as an algebra problem. As an algebra problem the solution is much easier. 2*F + F = 75
    F = 25 Fred has 25 books. For many of the same reasons digital systems are based on an algebranot the regular algebra you and I are familiar with but rather Boolean algebra. Boolean algebra is the theoretical foundation for digital systems. Boolean algebra formalizes the rules of logic. On the surface computers are great number crunchers, but inside computations are performed by binary digital circuits following the rules of logic. We use Boolean algebra in this class to simplify Boolean expressions which represent circuits. In this lecture we will study algebraic techniques for simplifying expressions. In the next lecture we will look at mechanical waysalgorithms you can use with pencil and paper to simplify moderately complex Boolean functions and algorithms that machines can follow to simplify arbitrarily complex Boolean functions.
    Axioms
    In 1854 George Boole Introduced the following formalism that eventually became Boolean Algebra.

    36. Boolean Algebra
    About boolean algebra, Introduction. boolean algebra is used to express logicfunctions in a concise and reduced form. Equations will be used.
    http://home.inreach.com/jonkers/digital_design/dig_boolean_algebra.htm

    37. Boolean Algebra Revisited - Page 1
    South Australia. boolean algebra revisited Page 1. An Introductory but freshlook at boolean algebra. Buy a book TopThe boolean algebra operators.
    http://users.senet.com.au/~dwsmith/boolean.htm
    Digital Logic Systems
    David N. Warren-Smith, CPEng. South Australia Boolean Algebra revisited - Page 1 An Introductory but fresh look at Boolean Algebra Buy a book You might prefer to read these pages in the form of a printed book. More convenient to read and better layed out and with improved diagrams , plus additional material . See the end of the page for details of the book.
    Introduction
    George Boole made major contributions to the development of mathematical logic and published a book The Mathematical Analysis of Logic in 1847. The system of mathematics which he described in his book has become known as Boolean algebra. Boole was a self taught mathematician who discovered the power of mathematics early in life and became a leading figure in mathematical circles. Boolean algebra became a systematic method of dealing with symbolic logic and a much used method of arguing about the fundamentals of mathematics. In 1938 Claude Shannon published an extract from his Masters thesis entitled: A Symbolic Analysis of Relay and Switching Circuits . Shannon made use of Boolean algebra to develop a system that described the logical relationships in switching circuits with simplification of these circuits as one objective. Essentially this provided an algebraic method of describing and manipulating switching circuits. In 1938 there were no logic gate circuits. Electromechanical relay circuits used by the Post Office and in control circuits were the main motivation for developing switching circuit theory.

    38. Boolean Algebra In Terms Of The Exclusive-OR Operator
    Buy a book. boolean algebra in terms of the exclusiveOR operator - Part 1. TopUp 1Why ExOR algebra should be an integral part of boolean algebra.
    http://users.senet.com.au/~dwsmith/concept1.htm
    Digital Logic Systems
    David N. Warren-Smith, CPEng. South Australia You might prefer to read these pages in the form of a printed book. You can now purchase a copy of this book on the subjects on these pages, with improved layout and improved diagrams plus additional material. See the end of the page for details.
    Boolean algebra in terms of the exclusive-OR operator - Part 1
    Note: You can use this list of contents and the symbols and to navigate through this document. Figure 1 "The 16 possible binary operators and the 4 possible unary operators." replaced on 4 December 2001.
    Introduction
    I remember once having a book on switching circuit theory that developed its subject in terms of the exclusive-OR (ExOR) operator rather than the more usual inclusive-OR (InOR or just OR) operator. (You may recall that the ExOR operator includes one or the other of two inputs but not both, whereas the InOR includes both inputs as well). Over time the book has become lost. However, since that time Boolean algebra based on the ExOR operator appears to have been completely ignored in popular books on digital design theory. This paper will demonstrate the following points:
  • That a complete Boolean algebra can be developed in terms of the ExOR and AND operators.
  • 39. Boolean Algebra
    INTRODUCTION TO COMPUTER SYSTEM ORGANIZATION NUMBER OF SYSTEMS. DECIMALDecimal digit is a number in base ten. These are 0, 1, 2, 3
    http://www.davv.ac.in/onlinelectures/2BA&DL.htm
    INTRODUCTION TO COMPUTER
    SYSTEM ORGANIZATION NUMBER OF SYSTEMS DECIMAL

    Decimal digit is a number in base ten.
    These are 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.
    Example : 23 is decimal digit
    BINARY
    Binary digit is number in base two. These are and 1.
    0 when switch is off and 1 when switch is on.
    Example : 101
    Decimal digit Binary digit Table Decimal Digits to Binary Digits CONVERSION BINARY TO DECIMAL Steps involved :-
    1) Identify what are the characteristics of Binary digits.
    Binary digit contains 2 numbers The numbers are and 1 Example :- 100 2) Identify what are the characteristics of Decimal digits. Decimal digit contains 10 digits . The number are 0,1, 2,3,4,5,6,7, 8 and 9 . Example:- 4 Method of Conversion :- 3) Each number is multiplied by two raised to a power corresponding to that digit's position. Make sure the power is increased from to infinite from right to left. For example: 100 is Binary digit and convert it to Decimal digit. (Binary digit ) 1 x 2 x 2 x 2 1 x 4 x 2 x 1 (Process Multiply ) 4) Total up the number that been multiplied ( Decimal digit) Question : (i) Convert Binary digit to Decimal digit .

    40. HAKMEM -- BOOLEAN ALGEBRA -- DRAFT, NOT YET PROOFED
    29, 1972. Retyped and converted to html ('Web browser format) by Henry Baker,April, 1995. boolean algebra. Previous Up Next ITEM 17 (Schroeppel)
    http://www.inwap.com/pdp10/hbaker/hakmem/boolean.html
    Beeler, M., Gosper, R.W., and Schroeppel, R. HAKMEM . MIT AI Memo 239, Feb. 29, 1972. Retyped and converted to html ('Web browser format) by Henry Baker, April, 1995.
    BOOLEAN ALGEBRA
    Previous Up Next
    ITEM 17 (Schroeppel):
    Problem: synthesize a given logic function or set of functions using the minimum number of two-input AND gates. NOT gates are assumed free. Feedback is not allowed. The given functions are allowed to have X (don't care) entries for some values of the variables. P XOR Q requires three AND gates. MAJORITY(P,Q,R) requires 4 AND gates. "PQRS is a prime number" seems to need seven gates. The hope is that the best Boolean networks for functions might lead to the best algorithms.
    ITEM 18 (Speciner):
    Number of monotonic increasing Boolean N functions of N variables - 2 (T, F) 1 3 (T, F, P) 2 6 (T, F, P, Q, P AND Q, P OR Q) 3 20 4 168 = 8 * 3 * 7 5 7581 = 3 * 7 * 19^2 6 7,828,354 = 2 * 359 * 10903 (Ouch!) N from to 4 suggest that a formula should exist, but 5 and 6 are discouraging. A difficult generalization: Given two partial orderings, find the number of maps from one to the other that are compatible with the ordering. A related puzzle: A partition of N is a finite string of non-increasing integers that add up to N. Thus 7 3 3 2 1 1 1 is a partition of 18. Sometimes an infinite string of zeros is extended to the right, filling a half-line. The number of partitions of N, P(N), is a fairly well understood function.

    Page 2     21-40 of 91    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter