14-240/Tutorial-October14: Difference between revisions

From Drorbn
Jump to navigationJump to search
Line 21: Line 21:
1 & 0 \\
1 & 0 \\
\end{pmatrix}
\end{pmatrix}
</math>.
</math> be matrices.

We want to equate <math>span(M_1, M_2, M_3)</math> to the set of all symmetric <math>2 \times 2</math> matrices.

We want to equate <math>span(M_1, M_2, M_3)</math> to the set of all symmetric <math>2 \times 2</math> matrices. Here is the wrong way to write this:


Here is the wrong way to do it:


<math>
<math>
Line 34: Line 35:
</math>.
</math>.


Firstly, <math>span(M_1, M_2, M_2)</math> is tje set of all linear combinations of <math>M_1, M_2, M_3</math>. To equate it to a single symmetric <math>2 \times 2</math> matrix makes no sense. Secondly, the elements <math>a, b, c, d</math> are undefined. What are they suppose to represent? Rational numbers? Real numbers? Members of the field of two elements?


Firstly, <math>span(M_1, M_2, M_2)</math> is the set of all linear combinations of <math>M_1, M_2, M_3</math>. To equate it to a single symmetric <math>2 \times 2</math> matrix makes no sense. Secondly, the elements <math>a, b, c, d</math> are undefined. What are they suppose to represent? Rational numbers? Real numbers? Members of the field of two elements? The following way of writing erases those issues.


Here is a better way to do it:


<math>
<math>

Revision as of 17:59, 14 October 2014

Boris

Elementary and (Not So Elementary) Errors in Homework

(1) Let be matrices.


We want to equate to the set of all symmetric matrices. Here is the wrong way to write this:


.


Firstly, is the set of all linear combinations of . To equate it to a single symmetric matrix makes no sense. Secondly, the elements are undefined. What are they suppose to represent? Rational numbers? Real numbers? Members of the field of two elements? The following way of writing erases those issues.


where is an arbitrary field.

Nikita