^CSE2304^ [plan]

CSE2304 Algorithms and Data Structures, Progress 2004

NB. Page numbers do not necessarily correspond exactly to lecture numbers:
[01] [02] [03] [04] [05] [06] [07] [08] [09] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [22] [23]; the notes are for sale in the bookshop.
Tutes  [1] [2] [3] [4] [5].
Pracs  [0] [1] [2] [3] [4] [5]
Net: Bib' [1] [2], [Alg's], [C].

Check this page regularly!

Week 1 starts Monday 1 March

Week 2 starts Monday 8 March ([Tute1], [Prac0])

Week 3 starts Monday 15 March ([Tute1], [Prac1A])

Week 4 starts Monday 22 March ([Tute2], [Prac1B])

Week 5 starts Monday 29 March ([Tute2], [Prac2A])

Week 6 starts Monday 5 April

Easter, Friday 9 April - Friday 16 April 2004

Tim B' is running extra consultation classes for CSE2303 and CSE2304 in building 75 room G28 Tuesday afternoons for the rest of the semester.
Also see the instructions about the cheater checker, [above].

Week 7 starts Monday 19 April ([Tute3], [Prac2B])

Week 8 starts Monday 26 April ([Tute3], [Prac3A])

Week 9 starts Monday 3 May ([Tute4], [Prac3B])

Pracs 1 and 2 (Clayton): 33 absentees and 10 exempts to date, counted as 0 (exempts get their average mark overall so expect those marks to go up) --K, 5 May. /12 #
11,12
9,10
7,8
5,6
3,4
0,1,2
70
63
39
27
20
22

Week 10 starts Monday 10 May ([Tute4], [Prac4A])


e.g. 1/1010 = 1/10102 = 0.0(00112).
         0.0 0 0 1 1 0 0 1 1 ...
       _______________________
1 0 1 0) 1.0 0 0 0 0 0 0 0 0 0
         - 1 0 1 0
         ---------
             1 1 0 0
           - 1 0 1 0
             -------
                 1 0 0 0 0
                 - 1 0 1 0
                 ---------
                      etc.
e.g. f(x) range integral
sin x 0..π
[-cos x]
π
0
 = 2
E.g. For just two intervals, 0..π/2 and π/2..π.
Rectangle rule: (1/sqrt(2)+1/sqrt(2))&pi/2 = &pi/sqrt(2) = 3.14/1.41 = 2.2.
Trapezoidal rule: (0/2+1+0/2)π/2 = π/2 = 1.57.
Simpson rule: (1×0+4×1+1×0)(π/2)/3 = 2×π/3 = 6.28/3 = 2.1.
NB. Would use many more intervals in reality, and thus get closer to the true answer (2.0).

Week 11 starts Monday 17 May ([Tute5], [Prac4B])

Week 12 starts Monday 24 May ([Tute5], [Prac5A])

Week 13 starts Monday 31 May ([Prac5B])

--- end ---



© L. A11ison, Schoo1 of Computer Science and Software Engineering, Monash University, Australia 38OO.
Created with "vi (Linux & Solaris)",   charset=iso-8859-1