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 5}
11
12
Due 7/30
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
Read 3.3 and 3.4 carefully
29
\item
30
(FIS 3.2) 6(b,e), 11, 14
31
\item
32
(FIS 3.3) 2(c,d), 3(c,d)
33
\item
34
(BONUS!! You don't have to turn this in.) Let $V=\mathbf{R}^n$ for some
35
$n$. Let $A=\{a_1,\ldots,a_k\}$ and $B=\{b_1,\ldots,b_l\}$ be linearly
36
independent sets. Let $X$ be spanned by $A$ and $Y$ be spanned by $B$. Give an
37
algorithm that computes a basis for $X\cap Y$.
38
39
Hint: You can check your method agaisnt Problem 5 here:
40
\url{http://kevinlui.org/wi18m308/exams/au17_midterm2sol.pdf}
41
\end{enumerate}
42
43
\end{document}
44
45