-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathm314.html
More file actions
executable file
·106 lines (94 loc) · 4.17 KB
/
m314.html
File metadata and controls
executable file
·106 lines (94 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dr EJ Infeld</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="">
<h4 class="logo">DR EJ INFELD</h4>
</a>
<nav>
<ul>
<li><a href="https://evainfeld.net#science">SCIENCE/TECHNOLOGY</a></li>
<li><a href="https://evainfeld.net#activism">POLITICS/ACTIVISM</a></li>
<li> <a href="https://evainfeld.net#photography">PHOTOGRAPHY</a></li>
<li> <a href="https://evainfeld.net#personal">PERSONAL</a></li>
</ul>
</nav>
</header>
<!-- About Section -->
<section class="science" id="m314">
<p class="wide_column">
<font color="#693C8C" size="5px">DISCRETE MATHEMATICS FOR ENGINEERS (RYERSON UNIVERSITY, 2017)</font>
</p>
<p class="text_column">LECTURE SLIDES</br></br>
<a href="m314/slides/01_propositional_logic.pdf">01: propositional logic</a>,</br>
<a href="m314/slides/02_predicate_logic.pdf">02: predicate logic</a>,</br>
<a href="m314/slides/03_set_theory.pdf">03: set theory</a>,</br>
<a href="m314/slides/04_induction.pdf">04: induction</a>,</br>
<a href="m314/slides/05_recursion.pdf">05: recursion</a>,</br>
<a href="m314/slides/06_divisibility.pdf">06: divisibility</a>,</br>
<a href="m314/slides/07_congruences.pdf">07: congruences</a>,</br>
<a href="m314/slides/08_crypto.pdf">08: RSA</a>,</br>
<a href="m314/slides/09a_crypto_proofs.pdf">09a: RSA - proofs</a>,</br>
<a href="m314/slides/09b_graph_theory.pdf">09b: graph theory I</a>,</br>
<a href="m314/slides/10_graph_theory_II.pdf">10: graph theory II</a>,</br>
<a href="m314/slides/11_graph_theory_III.pdf">11: graph theory III</a>.</br></br>
Each of these is a 3h lecture. I recommend breaking them up into smaller chunks.
</p>
<p class="text_column">IN-CLASS WORKSHEETS </br></br>
<a href="m314/worksheet01.pdf">01: propositional logic worksheet</a></br>
<a href="m314/worksheet02.pdf">02: predicate logic worksheet</a></br>
<a href="m314/worksheet03.pdf">03: set theory worksheet</a></br>
<a href="m314/worksheet04.pdf">04: induction worksheet</a></br>
<a href="m314/worksheet05.pdf">05: recursion worksheet</a></br>
<a href="m314/worksheet06.pdf">06: divisibility worksheet</a></br>
<a href="m314/worksheet07.pdf">07: congruences worksheet</a></br>
<a href="m314/worksheet08v4.pdf">08: RSA worksheet</a> (change the numbers in question 3 for different versions)</br>
<a href="m314/worksheet09.pdf">09: graph theory I worksheet</a></br>
<a href="m314/worksheet10.pdf">10: graph theory II worksheet</a></br>
<a href="m314/worksheet11.pdf">11: graph theory III worksheet</a></br>
</p>
<p class="text_column">ASSIGNMENTS </br></br>
<a href="m314/assignments/mth314_assignment_01.pdf">Propositional logic assignment</a></br>
</p>
</section>
</section>
<footer>
<article class="footer_column">
<h3></h3>
<p> </p>
</article>
<article class="footer_column">
<h3></h3>
<p></p>
</article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<p class="hero_header"> </p>
<div class="button"> </div>
</section>
<!-- Copyrights Section -->
<div class="copyright"> <strong> </strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>