Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
\usepackage{hyperref}
3
\usepackage[margin=2cm]{geometry}
4
\usepackage{parskip}
5
\begin{document}
6
7
\textbf{\huge Math 340A - Summer 2018}
8
\begin{itemize}
9
\item
10
Instructor: Kevin Lui
11
\item
12
Email: \href{mailto:klui@uw.edu}{klui@uw.edu}
13
\item
14
Webpage: \url{kevinlui.org/su18m340a}
15
\item
16
Office: Padelford C-8D
17
\end{itemize}
18
19
\textbf{Office Hours}
20
21
See the course page for office hours.
22
23
\textbf{Outline}
24
25
The textbook is Linear Algebra, 4th Edition, Friedberg, Insel and Spence. I
26
will reference this book and assign some problems from it.
27
28
Topics include vector spaces, bases, linear transformations, matrix operations,
29
determinants, eigen-stuff, inner products. This course is intended to be a
30
second exposure to linear algebra. There will be an emphasis on proofs and
31
rigor. But we will also cover applications and computations (with a computer).
32
33
\textbf{Grading}
34
35
Based on total class percentages, I will choose decide which percentages
36
correspond to a 4.0, the class median, 2.0, and 0.7. The rest of the grades
37
will decided using a piecewise-linear function.
38
39
\begin{tabular}{ l r }
40
Category & Weight \\
41
\hline
42
Homework & 20\% \\
43
Quizes & 20\% \\
44
Midterm (Week 5 - 7/20) & 25\% \\
45
Final (Last day - 8/17) & 35\%
46
\end{tabular}
47
48
\textbf{Homework}
49
50
There will be weekly homework posted each Monday due the following Monday.
51
There is a grader for this course. The grader is allowed to reject any
52
assignment if it is incomprehensible or illegible. Not all problems will be
53
looked at. A few problems will are graded for correctness. A few problems will
54
be graded for completion. The lowest homework score will be dropped.
55
56
\textbf{Quizzes}
57
58
There is a short 15-minute quiz each Friday. The lowest quiz score is dropped.
59
60
\textbf{Makeup Exams}
61
62
In the case of religious holidays or participation in certain university
63
sponsored events, arrangements must be made as soon as possible. Otherwise, I
64
will give you a makeup quiz or exam only in unavoidable, compelling, and
65
well-documented circumstances. If you are extremely sick, you must bring me a
66
doctor's note that states you were incapable of taking the quiz or exam.
67
68
Do not miss the exams for travel reasons. You are expected to be here for the
69
midterm and final.
70
71
\end{document}
72
73