Monday

Homework: Read sections 3.2 and 4.1. From section 3.2 do problems 10,11,16,17,22,23,27,34 and 36.

Comments

Here is some code to help do number 3.1 number 18.

Morethan1 := m -> evalf(1 - ( binomial(m,2)*(365!/((365-(m-1))!)) + (365!/((365-(m))!)))/(365^m)):

List := proc(m,n)

local i ,list ;

list := [];

for i from m to n

do

list := [op(list),[i,Morethan1(i)]];

od;

list;

end:

Wednesday Read sections 4.1. Do section 4.1 numbers 1,4,5,7,9,11,14 and 16.

Comments

Here are the computer programs for chapter 4. Computer Demos.

Friday Read sections 4.2. Do section 4.1 numbers 20,22,28,31,34,35,38, and 39.

Comments





Math 60 Spring 2000
2000-04-12