Lyrics & Knowledge Personal Pages Record Shop Auction Links Radio & Media Kids Membership Help
The Mudcat Cafesj



User Name Thread Name Subject Posted
GUEST,Joerg BS: Venn Diagrams - WHY? (73* d) RE: BS: Venn Diagrams - WHY? 31 Mar 04


Geoff -

To answer your question: Yes, as far as I know there is ONE practical application for Venn diagrams (BTW I seem to be older than you because I first was introduced to "Euler" diagrams and then learned that Venn diagrams were the same): The so-called KV (Karnaugh-Veitch, not sure about the spelling) diagrams. They can be used to convert - uhm - truth tables (?) into boolean expressions.

Since I neither know whether you are familiar with boolean algebra nor am sure about my english terminology let me give you an example:

Should you marry her? You have three inputs:

A: She is pretty. (1=yes, 0=no)
B: She is rich. (1=yes, 0=no)
C: You love her. (1=yes, 0=no)

You want to obtain one output:

D: You should marry her. (1=yes, 0=no)

Now you write down all possible input combinations as a table and assign an output to them at your will, for example:

ABC D
-----
000 0
001 1
010 0
011 1
100 0
101 1
110 1
111 1

If you are familiar with KV diagrams you can convert this to the boolean equation

D = (A and B) or C

In human words: You should marry her if she is pretty AND rich OR if you love her.

The boolean form is for example needed when you want to make an electronic circuit that gives you this advice or when you want to program the logical decision. The example I chose was once sold as a demo construction set for logical gates ("marriage indicator").

Enjoy

Joerg


Post to this Thread -

Back to the Main Forum Page

By clicking on the User Name, you will requery the forum for that user. You will see everything that he or she has posted with that Mudcat name.

By clicking on the Thread Name, you will be sent to the Forum on that thread as if you selected it from the main Mudcat Forum page.
   * Click on the linked number with * to view the thread split into pages (click "d" for chronologically descending).

By clicking on the Subject, you will also go to the thread as if you selected it from the original Forum page, but also go directly to that particular message.

By clicking on the Date (Posted), you will dig out every message posted that day.

Try it all, you will see.