<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SciSeek Science Blog &#187; Mathematics</title>
	<atom:link href="http://blog.sciseek.com/category/mathematics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sciseek.com</link>
	<description>Just another Science weblog...</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:00:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Boolean Algebra</title>
		<link>http://blog.sciseek.com/2008/04/10/boolean-algebra/</link>
		<comments>http://blog.sciseek.com/2008/04/10/boolean-algebra/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 12:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[algebra]]></category>
		<category><![CDATA[boolean algebra]]></category>
		<category><![CDATA[college algebra]]></category>

		<guid isPermaLink="false">http://blog.sciseek.com/?p=36</guid>
		<description><![CDATA[One of the primary requirements when dealing with digital circuits is to find ways to make them as simple as possible. This constantly requires that complex logical expressions be reduced to simpler expressions that nevertheless produce the same results under all possible conditions. The simpler expression can then be implemented with a smaller, simpler circuit, [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.sciseek.com/wp-content/uploads/2008/03/algebra.png'><img src="http://blog.sciseek.com/wp-content/uploads/2008/03/algebra.png" alt="algebra" title="algebra" width="300" height="214" class="alignleft size-full wp-image-37" /></a>One of the primary requirements when dealing with digital circuits is to find ways to make them as simple as possible. This constantly requires that complex logical expressions be reduced to simpler expressions that nevertheless produce the same results under all possible conditions. The simpler expression can then be implemented with a smaller, simpler circuit, which in turn saves the price of the unnecessary gates, reduces the number of gates needed, and reduces the power and the amount of space required by those gates.</p>
<p>One tool to reduce logical expressions is the mathematics of logical expressions, introduced by George Boole in 1854 and known today as Boolean Algebra. The rules of Boolean Algebra are simple and straight-forward, and can be applied to any logical expression. The resulting reduced expression can then be readily tested with a Truth Table, to verify that the reduction was valid.</p>
<p>This has a very great role to play in abstract algebra. In fact, in abstract algebra, Boolean algebra is an algebraic that captures essential properties of both set operation and logic operations. Specifically, it deals with the set operations of intersection, union, complement and the logic operations of AND, or, NOT.</p>
<p>Like any lattice, a Boolean algebra (A, land, lor) gives rise to a partially ordered set (A, â‰¤) by defining</p>
<p>a â‰¤ b precisely when a = a land b</p>
<p>(which is also equivalent to b = a lor b).</p>
<p>In fact one can also define a Boolean algebra to be a distributive lattice with least element 0 and greatest element 1, within which every element x has a complement x such that</p>
<p>x land x = 0 and x lor x = 1</p>
<p>Here land and lor are used to denote the infimum (meet) and supremum (join) of two elements. Again, if complements in the above sense exist, then they are uniquely determined.</p>
<p>The algebraic and the order theoretic perspective can usually be used interchangeably and both are of great use to import results and concepts from both universal algebra and order theory. In many practical examples an ordering relation, conjunction, disjunction, and negation are all naturally available, so that it is straightforward to exploit this relationship. One can also apply general insights from duality in order theory to Boolean algebras. Especially, the order dual of every Boolean algebra, or, equivalently, the algebra obtained by exchanging land and lor, is also a Boolean algebra. In general, any law valid for Boolean algebras can be transformed into another valid, dual law by exchanging 0 with 1, land with lor, and â‰¤ with â‰¥.</p>
<p>The operators of Boolean algebra may be represented in various ways. Often they are simply written as AND, OR and NOT. In describing circuits, NAND (Not AND), NOR (Not OR) and XOR may also be used. Mathematicians, engineers, and programmers often use + for OR and Â· for AND (since in some ways those operations are analogous to addition and multiplication in other algebraic structures and this notation makes it very easy to get sum of products form for people who are familiar with normal algebra) and represent NOT by a line drawn above the expression being negated. Sometimes, the symbol ~ or ! is used for NOT.</p>
<p>Every Boolean algebra (A, land, lor) gives rise to a ring (A, +, *) by defining a + b = (a land b) lor (b land a) (this operation is called symmetric difference in the case of sets and XOR in the case of logic) and a * b = a land b. The zero element of this ring coincides with the 0 of the Boolean algebra; the multiplicative identity element of the ring is the 1 of the Boolean algebra. This ring has the property that a * a = a, for all a in A; rings with this property are called Boolean rings.</p>
<p>Conversely, if a Boolean ring A is given, we can turn it into a Boolean algebra by defining x lor y = x + y + xy and x land y = xy. Since these two operations are inverses of each other, we can say that every Boolean ring arises from a Boolean algebra, and vice versa. Furthermore, a map f: A â†’ B is a homomorphism of Boolean algebras if and only if it is a homomorphism of Boolean rings. The categories of Boolean rings and Boolean algebras are equivalent.</p>
<p>An ideal of the Boolean algebra A is a subset I such that for all x, y in I we have x lor y in I and for all a in A we have a land x in I. This notion of ideal coincides with the notion of ring ideal in the Boolean ring A. An ideal I of A is called prime if I â‰  A and if a land b in I always implies a in I or b in I. An ideal I of A is called maximal if I â‰  A and if the only ideal properly containing I is A itself. These notions coincide with ring theoretic ones of prime ideal and maximal ideal in the Boolean ring A.</p>
<p>The dual of an ideal is a filter. A filter of the Boolean algebra A is a subset p such that for all x, y in p we have x land y in p and for all a in A if a lor x = a then a in p.</p>
<p>__________<br />
<em><strong>About the Author:</strong><br />
Author Devendra Saxena is associated with <a href="http://www.algebra-articles.info/">Algebra Articles</a> and take care of <a href="http://www.algebra-articles.info/College_Algebra.html">College Algebra Articles</a>.</em></p>
<img src="http://blog.sciseek.com/?ak_action=api_record_view&id=36&type=feed" alt="" /><h3  class="related_post_title">Similar Articles</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.sciseek.com/2008/04/10/boolean-algebra/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Penetration of Statistics in Society</title>
		<link>http://blog.sciseek.com/2008/04/01/the-penetration-of-statistics-in-society/</link>
		<comments>http://blog.sciseek.com/2008/04/01/the-penetration-of-statistics-in-society/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 12:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[statistical analysis]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://blog.sciseek.com/?p=23</guid>
		<description><![CDATA[Statistics are such an integral part of modern lives that sometimes it isn&#8217;t realized. The prediction of the winner of a presidential race or the local mayoral contest depends upon inferential statistics, one of the two main branches of statistics. The other branch of statistics is that of descriptive statistics. This is how to determine [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.sciseek.com/wp-content/uploads/2008/03/statistical-analysis.png" alt="Statistical Analysis" width="300" height="299" style="float: left; padding-right: 10px;" />Statistics are such an integral part of modern lives that sometimes it isn&#8217;t realized. The prediction of the winner of a presidential race or the local mayoral contest depends upon inferential statistics, one of the two main branches of statistics. The other branch of statistics is that of descriptive statistics. This is how to determine which baseball player in the American League had the best batting average in a single season.</p>
<p>The information which is available on the internet today probably exceeds that of any other time in history. Research is possible and for those who enjoy sports or for whom sports betting are a recreational activity, they certainly use statistics in arriving at decisions as to which team to back or which horse to bet on.</p>
<p>For others, it&#8217;s important to understand where to find help with statistics in order to make good decisions based on the information which is collected and categorized. Statistics help can be obtained from many different places and in many forms. Probably the most important decision to be made in pursuing decision based on statistics is where to find the raw data. Advanced sampling techniques assist in many studies, but it&#8217;s important to understand that a poor sample means results are not dependable.</p>
<p>For the student who is attempting to understand the subject, they can find help in textbooks, on line classes or through a tutor. The level of instruction ranges from very simple explanations to assistance in preparing for advanced examinations which require statistics understanding. For anyone in business, a basic statistics class is a great idea. It will give you an understanding of how to go about gathering information, categorizing it and how to use it to answer common business questions. If you need statistics help just to have an understanding of how various types of statistical gathering works, classroom or textbook learning is probably the best way to approach the subject. Of course, you will have a significant amount of time and learning involved in understanding the basics.</p>
<p>Another way to get statistics help is to hire a consultant to do the work that you need to have done. This solution is inconvenient at best, and sometimes expensive, plus it may mean almost as much work determining that exact information which is needed as it will to go ahead and complete the project for which you need the information. If you must determine where to find the qualified consultant and gather the information needed to coordinate the project, you may still need to spend time in ensuring that the consultant understands the nature of the question you need answered.</p>
<p>Another alternative for obtaining statistics help is through the software programs and spreadsheet programs now available for computers. Most of the spreadsheet programs have statistical functions built in for such things as standard deviation, averages, median of a range and some of the other more common formulas. Most of these formulas also have a help feature which will explain the functions in enough detail so that you can determine how to accomplish the capturing of the information which you require.</p>
<p>__________<br />
<em><strong>About the Author:</strong><br />
Robert Duvall collaborates with Sempax <a href="http://www.sempaxconsulting.com/">Statistical Consulting</a>.</em></p>
<img src="http://blog.sciseek.com/?ak_action=api_record_view&id=23&type=feed" alt="" /><h3  class="related_post_title">Similar Articles</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.sciseek.com/2008/04/01/the-penetration-of-statistics-in-society/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

