<< Chapter < Page | Chapter >> Page > |
The concepts and procedures in this unit play a significant role in many aspects of the analysis of probability topics and in the use of MATLAB throughout this work.
The systematic formulation in the previous module Minterms shows that each Boolean combination, as a union of minterms, can be designated by a vector of zero-one coefficients. Acoefficient one in the i th position (numbering from zero) indicates the inclusion of minterm M i in the union. We formulate this pattern carefully below and show how MATLAB logical operations may be utilized in problem setup and solution.
Suppose E is a Boolean combination of . Then, by the minterm expansion,
where M i is the i th minterm and J E is the set of indices for those M i included in E . For example, consider
We may designate each set by a pattern of zeros and ones . The ones indicate which minterms are present in the set. In the pattern for set E , minterm M i is included in E iff . This is, in effect, another arrangement of the minterm map. In this form, it is convenient to view thepattern as a minterm vector , which may be represented by a row matrix or row vector . We find it convenient to use the same symbol for the name of the event and for the minterm vector or matrix representing it . Thus, for the examples above,
It should be apparent that this formalization can be extended to sets generated by any finite class.
Minterm vectors for Boolean combinations
If E and F are combinations of n generating sets, then each is represented by a unique minterm vector of length 2 n . In the treatment in the module Minterms , we determine the minterm vector with the aid of a minterm map. We wish to develop asystematic way to determine these vectors.
As a first step, we suppose we have minterm vectors for E and F and want to obtain the minterm vector of Boolean combinations of these.
We illustrate for the case of the two combinations E and F of three generating sets, considered above
Notification Switch
Would you like to follow the 'Applied probability' conversation and receive update notifications?