-
Notifications
You must be signed in to change notification settings - Fork 1
/
week-7-homework.html
110 lines (102 loc) · 3.83 KB
/
week-7-homework.html
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
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Week 7 Homework</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link rel="stylesheet" href="/css/" type="text/css" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">In principio erat Verbum </a></h1>
<nav><ul>
<li><a href="/category/expository.html">Expository</a></li>
<li class="active"><a href="/category/math-212.html">Math 212</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/week-7-homework.html" rel="bookmark"
title="Permalink to Week 7 Homework">Week 7 Homework</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-10-07T19:32:00-04:00">
Published: Wed 07 October 2015
</abbr>
<br />
<abbr class="modified" title="2015-10-07T19:40:00-04:00">
Updated: Wed 07 October 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/tingran-gao.html">Tingran Gao</a>
</address>
<p>In <a href="/category/math-212.html">Math 212</a>.</p>
<p>tags: <a href="/tag/math-212.html">Math 212</a> <a href="/tag/homework.html">Homework</a> </p>
</footer><!-- /.post-info --> <table>
<thead>
<tr>
<th align="left">Section</th>
<th align="left">Exercises</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">14.1</td>
<td align="left">p.945: 3, 15, 17, 32, 34, 40</td>
</tr>
<tr>
<td align="left">14.2</td>
<td align="left">p.953: 1, 12, 18, 22, 23, 30, 31, 41, 42</td>
</tr>
</tbody>
</table>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>useful links</h2>
<!--<h2>blogroll</h2>-->
<ul>
<li><a href="http://www.math.duke.edu/">Department of Mathematics</a></li>
<li><a href="http://www.math.duke.edu/courses/math_everywhere/">Math Everywhere @ Duke</a></li>
<li><a href="http://www.wolframalpha.com/">Wolfram Alpha</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://github.com/trgao10">GitHub</a></li>
<li><a href="https://www.linkedin.com/pub/tingran-gao/89/8a8/a8a">LinkedIn</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<!--<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address>--><!-- /#about -->
<p>Powered by <a href="http://getpelican.com/">Pelican</a><br>last modified:
<script>document.write(document.lastModified);</script>
</p>
<!--<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>-->
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-67249529-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'https://ssl.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="/js/"></script>
</html>