Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
3
\usepackage{fullpage}
4
\usepackage{hyperref}
5
6
7
\begin{document}
8
9
\begin{center}
10
{\bf Homework 6}
11
12
Due 7/37
13
\end{center}
14
15
\begin{itemize}
16
\item
17
FIS denotes the course textbook.
18
\item
19
Do not simply copy your answers from your classmates or the internet.
20
You'll learn nothing from this. You will fail your quizzes and exams.
21
\item
22
You are encouraged to work with your classmates. Your answers
23
should reflect your own work and understanding.
24
\end{itemize}
25
26
\begin{enumerate}
27
\item
28
Practice computations of the determinant. Practice both the cofactor
29
expansion and the row reduction methods. You don't need to turn
30
anything in for this.
31
\item
32
(FIS 4.2) 3
33
\item
34
(FIS 4.3) 10, 12, 16, 20, 21
35
\item
36
(FIS 4.5) 16
37
\end{enumerate}
38
39
\end{document}
40
41