Make a PowerPoint presentation a person or persons from the history of computer science.
For example: Charles Babbage and Ada Lovelace, Alan Turing, Grace Hopper, Claude Shannon,
Mauchly and Eckert.
Follow the instructions starting from
http://www.lasalle.edu/~blum/p106wks/efline01_A.htm
up to http://www.lasalle.edu/~blum/p106wks/efline10_A.htm . Paste a copy of the 3d-Surface and Wireframe plots into a Word document.
Do the equivalent in Mathematica
Do the equivalent in R
Use the data in stand.xls to have the STANDARDIZE function act on each data point.
Note that the standardize function requires you to know the AVERAGE and STANDARD DEVIATION. This function measures how far a
data point is from the mean in terms of the number of standard deviations. Use some functions (IF, COUNT, SUM, COUNTIF)
to determine how many of these "STANDARDIZED values"; are greater than or equal to 2.
(COUNTIF examples)
=COUNTIF(B2:B5,">55")Counts the number of cells with a value greater than 55 in cells B2
through B5.