-
Notifications
You must be signed in to change notification settings - Fork 1
/
week-1-homework.html
171 lines (161 loc) · 7.42 KB
/
week-1-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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Week 1 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-1-homework.html" rel="bookmark"
title="Permalink to Week 1 Homework">Week 1 Homework</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-08-28T14:48:00-04:00">
Published: Fri 28 August 2015
</abbr>
<br />
<abbr class="modified" title="2015-08-28T14:50:00-04:00">
Updated: Fri 28 August 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 --> <p>Seeing as we didn't get to Section 12.4, the homework due next Wednesday (September 2, 2015) covers only Sections 12.1 to Section 12.3.</p>
<table>
<thead>
<tr>
<th align="left">Section</th>
<th align="left">Exercises</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">12.1</td>
<td align="left">p.777: 1, 7, 13, 17, 23, 31, 35, 40, 47, 52, 54, 55</td>
</tr>
<tr>
<td align="left">12.2</td>
<td align="left">p.786: 5, 18, 23, 25, 31, 33, 39, 42, 43, 47, 53, 62, 67-70, p. 845: 1 <br> in addition, for the vectors <span class="math">\(\vec{a}\)</span>, <span class="math">\(\vec{b}\)</span> of p.786, Ex.5, write <span class="math">\(\vec{a}\)</span> as the sum of a vector parallel to <span class="math">\(\vec{b}\)</span> and another vector perpendicular to <span class="math">\(\vec{b}\)</span>.</td>
</tr>
<tr>
<td align="left">12.3</td>
<td align="left">p.794: 3, 5, 7, 11, 15, 17, 19, 21, 23, 29,30, 36, p. 845: 5</td>
</tr>
</tbody>
</table>
<script type="text/javascript">if (!document.getElementById('mathjaxscript_pelican_#%@#$@#')) {
var align = "center",
indent = "0em",
linebreak = "false";
if (false) {
align = (screen.width < 768) ? "left" : align;
indent = (screen.width < 768) ? "0em" : indent;
linebreak = (screen.width < 768) ? 'true' : linebreak;
}
var mathjaxscript = document.createElement('script');
var location_protocol = (false) ? 'https' : document.location.protocol;
if (location_protocol !== 'http' && location_protocol !== 'https') location_protocol = 'https:';
mathjaxscript.id = 'mathjaxscript_pelican_#%@#$@#';
mathjaxscript.type = 'text/javascript';
mathjaxscript.src = location_protocol + '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
mathjaxscript[(window.opera ? "innerHTML" : "text")] =
"MathJax.Hub.Config({" +
" config: ['MMLorHTML.js']," +
" TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }," +
" jax: ['input/TeX','input/MathML','output/HTML-CSS']," +
" extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']," +
" displayAlign: '"+ align +"'," +
" displayIndent: '"+ indent +"'," +
" showMathMenu: true," +
" tex2jax: { " +
" inlineMath: [ ['\\\\(','\\\\)'] ], " +
" displayMath: [ ['$$','$$'] ]," +
" processEscapes: true," +
" preview: 'TeX'," +
" }, " +
" 'HTML-CSS': { " +
" styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: 'inherit ! important'} }," +
" linebreaks: { automatic: "+ linebreak +", width: '90% container' }," +
" }, " +
"}); " +
"if ('default' !== 'default') {" +
"MathJax.Hub.Register.StartupHook('HTML-CSS Jax Ready',function () {" +
"var VARIANT = MathJax.OutputJax['HTML-CSS'].FONTDATA.VARIANT;" +
"VARIANT['normal'].fonts.unshift('MathJax_default');" +
"VARIANT['bold'].fonts.unshift('MathJax_default-bold');" +
"VARIANT['italic'].fonts.unshift('MathJax_default-italic');" +
"VARIANT['-tex-mathit'].fonts.unshift('MathJax_default-italic');" +
"});" +
"MathJax.Hub.Register.StartupHook('SVG Jax Ready',function () {" +
"var VARIANT = MathJax.OutputJax.SVG.FONTDATA.VARIANT;" +
"VARIANT['normal'].fonts.unshift('MathJax_default');" +
"VARIANT['bold'].fonts.unshift('MathJax_default-bold');" +
"VARIANT['italic'].fonts.unshift('MathJax_default-italic');" +
"VARIANT['-tex-mathit'].fonts.unshift('MathJax_default-italic');" +
"});" +
"}";
(document.body || document.getElementsByTagName('head')[0]).appendChild(mathjaxscript);
}
</script>
</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>