<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=H+ZhuKL</id>
	<title>Drorbn - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=H+ZhuKL"/>
	<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=Special:Contributions/H_ZhuKL"/>
	<updated>2026-06-19T17:14:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1029.240-1(1).pdf&amp;diff=13940</id>
		<title>File:1029.240-1(1).pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1029.240-1(1).pdf&amp;diff=13940"/>
		<updated>2014-10-29T15:33:40Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1029.240-0.pdf&amp;diff=13939</id>
		<title>File:1029.240-0.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1029.240-0.pdf&amp;diff=13939"/>
		<updated>2014-10-29T15:32:47Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1029.240-3.pdf&amp;diff=13938</id>
		<title>File:1029.240-3.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1029.240-3.pdf&amp;diff=13938"/>
		<updated>2014-10-29T15:30:30Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1029.240-2.pdf&amp;diff=13937</id>
		<title>File:1029.240-2.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1029.240-2.pdf&amp;diff=13937"/>
		<updated>2014-10-29T15:27:23Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: Wednesday Oct 29, 2014&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wednesday Oct 29, 2014&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Tutorial-October14&amp;diff=13911</id>
		<title>14-240/Tutorial-October14</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Tutorial-October14&amp;diff=13911"/>
		<updated>2014-10-27T23:44:52Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
==Boris==&lt;br /&gt;
&lt;br /&gt;
====Elementary and (Not So Elementary) Errors in Homework====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;&#039;Bad Notation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let&lt;br /&gt;
::::::::&amp;lt;math&amp;gt; &lt;br /&gt;
M_1 =&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 0&lt;br /&gt;
  \end{pmatrix}, &lt;br /&gt;
M_2 =&lt;br /&gt;
   \begin{pmatrix}&lt;br /&gt;
   0 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
   \end{pmatrix}, &lt;br /&gt;
M_3 =&lt;br /&gt;
   \begin{pmatrix}&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
be matrices.  We want to equate &amp;lt;math&amp;gt;span(M_1, M_2, M_3)&amp;lt;/math&amp;gt; to the set of all symmetric &amp;lt;math&amp;gt;2 \times 2&amp;lt;/math&amp;gt; matrices.  Here is the wrong way to write this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::::::::::::&amp;lt;math&amp;gt;&lt;br /&gt;
span(M_1, M_2, M_3) =&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   a &amp;amp; b \\&lt;br /&gt;
   b &amp;amp; c \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Firstly, &amp;lt;math&amp;gt;span(M_1, M_2, M_2)&amp;lt;/math&amp;gt; is the set of all linear combinations of &amp;lt;math&amp;gt;M_1, M_2, M_3&amp;lt;/math&amp;gt;.  To equate it to a single &lt;br /&gt;
&lt;br /&gt;
symmetric&lt;br /&gt;
&amp;lt;math&amp;gt;2 \times 2&amp;lt;/math&amp;gt; matrix makes no sense.  Secondly, the elements &amp;lt;math&amp;gt;a, b, c, d&amp;lt;/math&amp;gt; are undefined.  What are they suppose to&lt;br /&gt;
&lt;br /&gt;
represent?  Rational numbers?  Real numbers?  Members of the field of two elements?  The following way of writing erases those issues:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::::::::&amp;lt;math&amp;gt;&lt;br /&gt;
span(M_1, M_2, M_3) = \{&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   a &amp;amp; b \\&lt;br /&gt;
   b &amp;amp; c \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
  :a, b, c \in F \}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; is an arbitrary field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;&#039;Algorithm vs. Proof (Boris&#039;s Section Only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When solving a problem that requires a solution to a linear equation, it is not always obvious which of the following you&lt;br /&gt;
&lt;br /&gt;
should show:&lt;br /&gt;
 &lt;br /&gt;
:a) An algorithm for finding the solution&lt;br /&gt;
&lt;br /&gt;
:b) A proof that a solution is correct&lt;br /&gt;
&lt;br /&gt;
If the problem asks to solve a linear equation, then just show (a).  Otherwise, consider problems such as this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Determine if the vector &amp;lt;math&amp;gt;(-2, 2, 2)&amp;lt;/math&amp;gt; is a linear combination of the vectors &amp;lt;math&amp;gt;(- (1, 2, -1), (-3, -3, 3)&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;R^3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Show both (a) and (b) to be on the safe side.&lt;br /&gt;
&lt;br /&gt;
====Problem 5h) in Homework 3 for all Fields====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For an arbitrary field &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt;, determine if the matrix&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
is in span&lt;br /&gt;
&amp;lt;math&amp;gt;S=\{&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   -1 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix},&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix},&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\}&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proof:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We show that &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\in span(S) \iff char(F)=2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:We show that &amp;lt;math&amp;gt;char(F)=2 \implies&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\in span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
::Assume that &amp;lt;math&amp;gt;char(F)=2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Let &amp;lt;math&amp;gt;c_1=0, c_2=1, c_3=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;c_1, c_2, c_3 \in F&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;&lt;br /&gt;
c_1&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   -1 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
+ c_2&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
+ c_3&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
=&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 2 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Since &amp;lt;math&amp;gt;char(F)=2&amp;lt;/math&amp;gt; and the entries of the matrix are from &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;0=2&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 2 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
=&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\in span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;&lt;br /&gt;
char(F)=2 \implies&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\in span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:We show that &amp;lt;math&amp;gt;char(F) \neq 2 \implies&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\notin span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
::Assume to the contrary that &amp;lt;math&amp;gt;&lt;br /&gt;
char(F) \neq 2 \and&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix} &lt;br /&gt;
\in span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;\exists c_1, c_2, c_3 \in F,&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix} &lt;br /&gt;
=c_1&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   -1 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
+c_2&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
+c_3&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 1 \\&lt;br /&gt;
   0 &amp;amp; 0 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::Then this system of linear equations has a solution:&lt;br /&gt;
&lt;br /&gt;
:::&amp;lt;math&amp;gt;(11)c_1+c_3=1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::&amp;lt;math&amp;gt;(21)-c_1=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::&amp;lt;math&amp;gt;(12)c_2+c_3=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::&amp;lt;math&amp;gt;(22)c_2=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::When solving this system, we see that it has no solution.&lt;br /&gt;
&lt;br /&gt;
::This contradicts the assumption that it has a solution.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;&lt;br /&gt;
char(F) \neq2 \implies&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\notin span(S)&lt;br /&gt;
&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Then &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{pmatrix}&lt;br /&gt;
   1 &amp;amp; 0 \\&lt;br /&gt;
   0 &amp;amp; 1 \\&lt;br /&gt;
  \end{pmatrix}&lt;br /&gt;
\in span(S) \iff char(F)=2&amp;lt;/math&amp;gt;. &#039;&#039;Q.E.D.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====A Field Problem====&lt;br /&gt;
&lt;br /&gt;
Find the solution to &amp;lt;math&amp;gt;x^2 = -2&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;Z_{11}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note that a polynomial of &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; degree has at most &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; solutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Algorithm:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We find the solution to &amp;lt;math&amp;gt;x^2 = -2&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;Z_{11}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Since in &amp;lt;math&amp;gt;Z_{11}, -2 = 9&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;x^2 = 9&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Since &amp;lt;math&amp;gt;-9&amp;lt;/math&amp;gt; is additive inverse of &amp;lt;math&amp;gt;9&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;x^2 - 9 = 9 - 9 = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:By the result that we proved in &#039;&#039;Question 2 of Homework 1&#039;&#039;, then &amp;lt;math&amp;gt;(x^2 - 9) = (x - 3)(x + 3) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Then &amp;lt;math&amp;gt;x = \pm 3&amp;lt;/math&amp;gt; are the solutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====A Dimension Problem====&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;W_1, W_2&amp;lt;/math&amp;gt; be subspaces of a finite dimensional vector space &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; over a field &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;W_1 \cap W_2 = \{0\}&amp;lt;/math&amp;gt;.  Then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;dim(span(W_1 \cup W_2)) = dim(W_1) + dim(W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Proof:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We show that &amp;lt;math&amp;gt;dim(span(W_1 \cup W_2)) = dim(W_1) + dim(W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Since &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; is finite dimensional, then &amp;lt;math&amp;gt;W_1, W_2&amp;lt;/math&amp;gt; are finite dimensional.&lt;br /&gt;
&lt;br /&gt;
:Then we can let &amp;lt;math&amp;gt;B_1 = \{u_1, u_2, u_3, ..., u_m\}&amp;lt;/math&amp;gt; be a basis of &amp;lt;math&amp;gt;W_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B_2 = \{v_1, v_2, v_3, ..., v_n\}&amp;lt;/math&amp;gt; be a basis of &amp;lt;math&amp;gt;W_2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:We show that &amp;lt;math&amp;gt;B_1 \cup B_2&amp;lt;/math&amp;gt; is a basis of &amp;lt;math&amp;gt;span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::We show that &amp;lt;math&amp;gt;span(B_1 \cup B_2) = span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::We show that &amp;lt;math&amp;gt;span(B_1 \cup B_2) \subset span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::::Since &amp;lt;math&amp;gt;(B_1 \cup B_2) \subset (W_1 \cup W_2)&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;span(B_1 \cup B_2) \subset span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::We show that &amp;lt;math&amp;gt;span(W_1 \cup W_2) \subset span(B_1 \cup B_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::::Since &amp;lt;math&amp;gt;B_1 \subset (B_1 \cup B_2)&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;span(B_1) = W_1 \subset span(B_1 \cup B_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::::Since &amp;lt;math&amp;gt;B_2 \subset (B_1 \cup B_2)&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;span(B_2) = W_2 \subset span(B_1 \cup B_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::::Then &amp;lt;math&amp;gt;(W_1 \cup W_2) \subset span(B_1 \cup B_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::Then &amp;lt;math&amp;gt;span(B_1 \cup B_2) = span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::We show that &amp;lt;math&amp;gt;B_1 \cup B_2&amp;lt;/math&amp;gt; is linearly independent.&lt;br /&gt;
&lt;br /&gt;
:::Let &amp;lt;math&amp;gt;\displaystyle\sum_{i=1}^{m} b_iu_i + \displaystyle\sum_{j=1}^{n} c_jv_j = 0&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;b_i, c_j \in F&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::Then &amp;lt;math&amp;gt;\displaystyle\sum_{i=1}^{m} b_iu_i = \displaystyle\sum_{j=1}^{n} (-c_j)v_j&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::Since &amp;lt;math&amp;gt;W_1 \cap W_2 = \{ 0 \}&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;\displaystyle\sum_{i=1}^{m} b_iu_i = \displaystyle\sum_{j=1}^{n} (-c_j)v_j = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::Since &amp;lt;math&amp;gt;B_1, B_2&amp;lt;/math&amp;gt; are linearly independent, then &amp;lt;math&amp;gt;b_i = (-c_j) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::For &amp;lt;math&amp;gt;\displaystyle\sum_{i=1}^{m} b_iu_i + \displaystyle\sum_{j=1}^{n} c_jv_j = 0&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;b_i = c_j = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:::Then &amp;lt;math&amp;gt;B_1 \cup B_2&amp;lt;/math&amp;gt; is linearly independent.&lt;br /&gt;
&lt;br /&gt;
::Then &amp;lt;math&amp;gt;B_1 \cup B_2&amp;lt;/math&amp;gt; is a basis of &amp;lt;math&amp;gt;span(W_1 \cup W_2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:Since &amp;lt;math&amp;gt;\left| B_1 \cup B_2 \right| = \left| B_1 \right| + \left| B_2 \right|&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;dim(span(W_1 \cup W_2)) = dim(W_1) + dim(W_2)&amp;lt;/math&amp;gt;.  &#039;&#039;Q.E.D.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Nikita==&lt;br /&gt;
[[File:1014.240.pdf]]&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1014.240.pdf&amp;diff=13910</id>
		<title>File:1014.240.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1014.240.pdf&amp;diff=13910"/>
		<updated>2014-10-27T23:44:29Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: Tutorial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tutorial&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13897</id>
		<title>14-240/Classnotes for Monday October 27</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13897"/>
		<updated>2014-10-27T15:01:56Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
A video link for today&#039;s riddle is [https://media.library.utoronto.ca/play.php?DJ6CPFxByy2J&amp;amp;id=8503&amp;amp;access=public here], and the transcript is [https://cmc.math.ca/home/videos/game-of-15-and-isomorphisms/ here]. Enjoy!&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;br /&gt;
The pdf notes of Linear Tranformation class of today:[[File:1027.240-lt.pdf]]&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_22&amp;diff=13896</id>
		<title>14-240/Classnotes for Wednesday October 22</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_22&amp;diff=13896"/>
		<updated>2014-10-27T15:01:18Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The pdf notes for Wednesday class is[[File:1021.240.pdf]]{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
By Yue Jiang--[[User:Yue.Jiang|Yue.Jiang]] ([[User talk:Yue.Jiang|talk]]) 11:29, 22 October 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Oct 22 note1.jpeg|Oct 22 note1&lt;br /&gt;
&lt;br /&gt;
File:Oct 22 note2.jpg|Oct 22 note2&lt;br /&gt;
&lt;br /&gt;
File:Oct 22 note3.jpg|Oct 22 note3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13895</id>
		<title>14-240/Classnotes for Monday October 27</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13895"/>
		<updated>2014-10-27T15:00:40Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
A video link for today&#039;s riddle is [https://media.library.utoronto.ca/play.php?DJ6CPFxByy2J&amp;amp;id=8503&amp;amp;access=public here], and the transcript is [https://cmc.math.ca/home/videos/game-of-15-and-isomorphisms/ here]. Enjoy!&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;br /&gt;
[[File:1027.240-lt.pdf]]&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13894</id>
		<title>14-240/Classnotes for Monday October 27</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_27&amp;diff=13894"/>
		<updated>2014-10-27T14:59:31Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
[[File:1027.240-lt.pdf]]&lt;br /&gt;
A video link for today&#039;s riddle is [https://media.library.utoronto.ca/play.php?DJ6CPFxByy2J&amp;amp;id=8503&amp;amp;access=public here], and the transcript is [https://cmc.math.ca/home/videos/game-of-15-and-isomorphisms/ here]. Enjoy!&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1027.240-lt.pdf&amp;diff=13893</id>
		<title>File:1027.240-lt.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1027.240-lt.pdf&amp;diff=13893"/>
		<updated>2014-10-27T14:58:50Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_22&amp;diff=13852</id>
		<title>14-240/Classnotes for Wednesday October 22</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_22&amp;diff=13852"/>
		<updated>2014-10-22T15:50:44Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:1021.240.pdf]]{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
By Yue Jiang--[[User:Yue.Jiang|Yue.Jiang]] ([[User talk:Yue.Jiang|talk]]) 11:29, 22 October 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Oct 22 note1.jpeg|Oct 22 note1&lt;br /&gt;
&lt;br /&gt;
File:Oct 22 note2.jpg|Oct 22 note2&lt;br /&gt;
&lt;br /&gt;
File:Oct 22 note3.jpg|Oct 22 note3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=File:1021.240.pdf&amp;diff=13851</id>
		<title>File:1021.240.pdf</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=File:1021.240.pdf&amp;diff=13851"/>
		<updated>2014-10-22T15:49:47Z</updated>

		<summary type="html">&lt;p&gt;H ZhuKL: October 22, 2014
Linear Transformation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;October 22, 2014&lt;br /&gt;
Linear Transformation&lt;/div&gt;</summary>
		<author><name>H ZhuKL</name></author>
	</entry>
</feed>