Tuesday, April 17, 2007

Lab 10: Shannon and Hartley aka The Masters of Uncertainty

From the lab I determined the difference between Shannon's and Hartley's measures of uncertainty was Shannon integrated probability when solving for the results while Hartley does not at all. Both the measures however are logarithmic because they use logs when solving for them.

Friday, April 6, 2007

Linear Regression

From Lab 9 on Linear Regression, I learned how to use regression statistics that include the variables "m, b, and r" to calculate the best fit line with Microsoft Excel. I discovered it was more simple to procure what "m, b, and r" equal with Excel than with a calculator because Excel does the calculations automatically with a few non-complex adjustments and clicks of the mouse. I also learned how to create a scatter chart in Lab 9 while also adding a trend line to the chart to produce the best fit line. Next I learned how to add in the data analysis pack to Excel and from that I could compare my chart with the data analysis pack to compare my answer. Inductive modeling was emphasized throughout the lab because I felt like I learned how to take little tiny details to turn them into a generalized hypothesis. For example, the "m, b, and r" variables were easy to understand what they were used for after doing the formulas myself. Inductive modeling is useful in the world because it takes the tiny bits of pieces to build them into something bigger. It is very similiar to building a computer. With a computer you need the parts first or the little pieces such as the motherboard, memory chips, etc... before you can actually make the computer. It is necessary to understand the little things first or the foundation before learning about the broader subject in the inductive modeling world.

Tuesday, March 6, 2007

From utilizing the simulation for task #3, I have ardously discovered the program proved De Morgan's Law as true because the equation (a and b)= not a or b are the same. For example, I took output 1 "A Not And B" and it was the same for output 2 which is "Not A OR Not B" Even though I interchanged the inputs, both outputs came out with the same result.

Logic Circuit 1

From the truth table whenever I added 0's for both inputs, my output came up as 1. Adding a 1 to input A and a 0 for input B or vice versa came up with an output of 0. Plugging a 1 into both inputs gives me an output of 1.

Friday, February 23, 2007

Converting Numbers & the Number System

To convert the # 110010101 to a decimal, I started to utilize the powers of 2 increasing the exponent by 1 each time. For example, I started on the rightmost side with the numeral 1 and made it equal to 2 to the zero, then 0 to the first and so on. Eventually, using these powers I got up to 2 to the 9th. Next I added up all the ones which was 1+4+16+128+256 which equals 405.

The number 529 can be converted into binary by dividing the digit by 2 and thus taking the quotient of that and dividing by 2 until the final remainder is 0. In the dividing process, after getting the quotients you need to take the remainder which can be equal to 0 or 1 and starting from the rightmost side fill in the binary number like so:

529 divided by 2= 264 1
264 " "= 137 0
137 " "= 68 1
68" "= 34 0
34" "= 17 0
17" "= 8 1
8" "= 4 0
4" "= 2 0
2" "= 1 1
1" "= 1/2 0

Thus the answer is 0100100101.


The positional number system is when the value of each digit by its position. In other words "Order Matters". For example, the # 312 is different from the value 213. The non-positional number system is when symbols are utilized to represent numbers like the Roman numeral system is non-positional. For example V would represent the numeral 5.

Friday, February 16, 2007

Global Swarming

Ch.6 in the text-book was one of the most intriguing chapters I've read this year because I found it fascinating that websites like Amazon.com have found ways to get people to buy more products through them. The consumer aspect is interesting becaue it is very profitable to the company utilizing the consumer information to advertise products to them. Amazon uses consumer information by taking the items that consumers are looking at and making some sort of network that shows what other people are buying along with that object. The network is a never-ending trail because consumers can click on any object through the website but yet there will be a never-ending cycle of recommended products. Companies that master how to do this can predict what consumers like and want.

Unix Commands

mkdir- I found this is an important command because it lets me construct other directories in which I can store data. Making a new folder in Windows and transferring files into it is like making a new directory in Shell because a directory in Shell is like a folder in Windows where you may put other files in it.

rmdir- Lets me be able to clean out the unused directories I do not need or when I make a typo on a directory name when I enter it into the system. In Windows, deleting a folder with files in it is the equivalent of removing a directory from Shell.

finger- The command lets me view other people's names, shell, and whether they've checked their mail. I can find just about anyone using the program. The "Search" program in Windows can help a person find files or folders and is similiar to the "finger" command because the program can find the directories you type in if it exists.

cal- Brings up a calendar so I can view the dates. It can even give dates in the future. For example the calendar can tell me what day it will be on the same date today. With the Windows program, you can pull up the calendar by clicking on the time in the toolbar. Double-clicking it will pull up another window with a calendar on it. Like the Shell version, the calendar can match up the date with a day in the future.

Friday, February 9, 2007

Modeling the World

The subject matter of modeling the world is very intrigueing because it is awe-inspiring to think that many objects such as a bush can be written with a certain mathematical code. The coding of of objects strikes me in a deep way because numbers are almost like an imaginary object and is in no way a physical object. Changing one number can influence the outcome of a model which is an interesting thing because if someone messes up one simple digit or letter like in HTML it can influence the outcome of the model.

Friday, January 26, 2007

Natural-Born Cyborgs

src="http://www.informatics.indiana.edu/rocha/i101/figures/c_limit_short.jpg">

Original Picture



src="http://bestqualitywallpapers.com/Games/Terminator.jpg">

The subject of transparent vs. opaque technology was very interesting to me because I found it truly fascinating the way technology has integrated itself into human's lives closely. Transparent technology is very amazing because it demonstrates how humans have lived with certain technology devices for so long that it is difficult to fathom how to live without them. Transparents technology is really unique that people do not notice that without them, they would not actually know the time because watches are transparent and without them that common knowledge wouldn't be available for usage.



Sunday, January 14, 2007

The Library of Babel

The Library of Babel by Jorge Luis Borges is a perpetually complex short story about a library that is architectually difficult to imagine. The introduction or first paragraph of the short essay depicts the library as containing a myriad of bookshelves with a spiral staircase in the center of the room. The author of the story points out the notion that the library is "infinite" a couple times in the opening paragragh. In my opinion, I think the author is trying to convey the message that libraries have an "infinite" or continous knowledge base. As more information is discovered or invented, the data is added to the library which can be compared to a human being having the ability to soak up an infinite amount of knowlege. The added information can be described as "infinite" because adding new information is definitely an ongoing process in the world.

Friday, January 12, 2007