Q1) Parts 1 and 2,

  1. In class we found bases for Lsym(V, V ; F ) and Lasym(V, V ; F ). Prove that their union is disjoint and is a basis of L(V, V ; F ).
  2. Consider the Anti-Symmetrizer map that is, a linear map defined by Prove it satisfies . Prove its image is and its kernel is . (Hint: we proved in class the condition implies S is a projection onto its image along its kernel.)

Check

Pick an arbitrary bilinear map , then Therefore, we can clearly see that , hence

  1. Suppose , then , therefore,

Q6) Anti-Symmetrizer Generalization

We can define the following group action below as : where

  1. Consider its Anti-Symmetrizer : Prove

  1. Prove is a projection of onto

, then Since the sum of every even permutation is equal to the sum of the odd permutation, we can represent any map f as a sequence of even and odd permutations which will always be positive!, therefore must be in

Q7) Determinant Formula

  1. Write down all bijection of

\Ematrix{e & \Ematrix{1 \mapsto 1 \\ 2 \mapsto 2\\ 3 \mapsto 3} & (12) & \Ematrix{1 \mapsto 2 \\ 2 \mapsto 1\\ 3 \mapsto 3} & (13) & \Ematrix{1 \mapsto 3 \\ 2 \mapsto 1\\ 3 \mapsto 1} \\\hline (23) & \Ematrix{1 \mapsto 1 \\ 2 \mapsto 3\\ 3 \mapsto 2} & (123) & \Ematrix{1 \mapsto 2 \\ 2 \mapsto 3\\ 3 \mapsto 1} & (132) & \Ematrix{1 \mapsto 3 \\ 2 \mapsto 1\\ 3 \mapsto 2}}

  1. Use the formula for the determinant function and the result of point (1) – and nothing else, no expansions by minors of a row or a column are allowed – to write down an explicit formula for the determinant of a 3 by 3 matrix, all 6 terms with appropriate signs, no sigma-notation is allowed.

8c)

Base Case : B_2 = \Cmatrix{}{2 & 1 \\ 1 & 2}, B_3 = \Cmatrix{c|cc}{\color{blue}2 & \color{blue}1 & \color{blue}0\\\hline 1 & \color{red}2 & \color{red}1 \\ 0 & \color{red}1 & \color{red}2} \rightarrow \Cmatrix{}{2 & 1 \\ 1 & 3}, B_4 = \Cmatrix{cccc}{\color{blue}2 & \color{blue}1 & \color{blue}0 & \color{blue}0\\ 1 & 2 & 1 & 0\\ 0 & 1 & 2 & 1 \\ 0 & 0 & 1 & 2}, \det(B_1) = \Cmatrix{c|ccc}{\color{blue}2 & 1 & 0 & 0\\\hline 1 & \color{red}2 & \color{red}1 & \color{red}0\\ 0 & \color{red}1 & \color{red}2 & \color{red}1 \\ 0 & \color{red}0 & \color{red}1 & \color{red}2} + (-1)\Cmatrix{c|c|cc}{2 & \color{blue}1 & 0 & 0\\\hline \color{red}1 & 2 & \color{red}1 & \color{red}0\\ \color{red}0 & 1 & \color{red}2 & \color{red}1 \\ \color{red}0 & 0 & \color{red}1 & \color{red}2}, Reccurance Relation :

Q9)

  1. Prove that the dimension of the column space of a matrix equals the size of the maximal nonzero ‘subdeterminant’ of this matrix, that is to say, the maximal number m such that the determinant of a submatrix sitting at the intersection of rows numbers and columns numbers is nonzero.

be the dimension of the column space of the matrix. Then we clearly have m linearly independent columns, lets denote them as . Since the column space is equal to m, then the row space is also equal to m, hence we can also find the m linearly independent row, lets label them using this intersection, we can create an matrix using the intersection of the and element. Since it is a square matrix, we can find its determinant. Since every column/row is linearly independent, the determinant will always be non-zero! Hence the maximal non-zero sub determinant matrix must consist a sequence of linearly independent columns/rows.

Let