Square Matrices
These are matrices over some field of size . There are exactly 2 types of square matrices: endomorphisms and bilinear forms.
Remark (Connecting Vector and Dual Spaces to Matrices)
The conceptual leap in courses like Math 100B often comes down to moving between coordinate-free, abstract definitions and coordinate-dependent, concrete computations. Whether you are puzzling over these proofs in the library or mulling them over at a local spot in La Jolla, the trick to bridging this gap is always the same: you must explicitly introduce a basis.
Abstract linear maps, such as endomorphisms () or bilinear forms (), are entirely coordinate-free until we give them a coordinate system. Once we do, these abstract maps perfectly collapse into standard square matrices.
Here is the exact mechanical breakdown of how that happens.
1. Set Up the Bases
Let be an -dimensional vector space. To get a matrix, we first choose a basis for :
Because we have a basis for , we automatically get a strictly defined dual basis for the dual space :
The defining rule of this dual basis is how it acts on the original basis vectors. It outputs if the indices match, and if they do not (the Kronecker delta):
2. Map the Basis Vectors
We have two types of square matrices corresponding to our two maps. Let us see what they do to a single basis vector, .
For an Endomorphism (): The output is a vector in . Because is a basis for , can be written as a linear combination of the basis vectors. Let us call the scalar coefficients :
For a Bilinear Form (): The output is a covector in . Because is a basis for , can be written as a linear combination of the dual basis vectors. Let us call the scalar coefficients :
By doing this for every basis vector through , we generate an grid of coefficients for both and . That grid is your square matrix.
3. Evaluate the Map to Prove the Matrix
To see what those matrix entries actually mean, we evaluate the maps on a different basis vector, .
For Bilinear Forms: We take our covector and evaluate it on . Substituting the linear combination from Step 2:
Because the evaluation of covectors is linear, we pull the sum and scalars out to the front:
Applying the rule of the dual basis (), the sum collapses down to just one coefficient:
4. The Final Translation
For bilinear forms, evaluating the output of on a second vector is the definition of the bilinear form: is identical to writing . Therefore:
This is the translation key. To build the square matrix that represents , you evaluate the bilinear form on every possible pairing of your basis vectors. The scalar from goes into row 1, column 2, and so on.
If the tensor is symmetric (), then , which means . The matrix equals its own transpose. This directly clarifies how the skew-symmetric case () from Tensor Algebra alters the matrix structure: .
For Endomorphisms and Matrix-Vector Multiplication: Endomorphisms are built using tensor products of the form . The endomorphism can be written as:
If you feed a column vector into this tensor, the covector “eats” the vector components (since ). The result collapses perfectly to:
This precisely recovers the standard matrix-vector multiplication formula, where the matrix multiplies the column vector to produce a new column vector in .
Theorem (Operations on Square Matrices)
You can view eigenvalues, trace, and the determinant. For the derivative of the determinant, see Jacobi’s Formula. Additionally, every square matrix is associated with its Adjugate Matrix, which relates the matrix to its inverse and cofactor expansion.
Definition (Endomorphisms)
Linear Maps from to itself are called endomorphisms.
Via index notation, we use to denote the matrix representation of an endomorphism.
Definition (Bilinear Forms)
A bilinear form on are linear maps . A bilinear form works like
like a bilinear function on . Via index notation, we use to denote the matrix representation of a bilinear form.
Remark (Endomorphisms vs Bilinear Forms)
Operations on matrices such as taking trace, determinant, and eigenvalues; or properties of being identity, etc. makes sense only for endomorphisms.
Eigenvalues, trace, and determinants of is invariant under cyclic permutations of the ‘s.
Remark
Properties on matrices such as being symmetric (self-adjoint) makes sense only for bilinear forms.
where is simply . So, are of the same type.
Definition (Symmetric Bilinear Forms)
A bilinear form is symmetric if . This is the same as or .
Theorem (Symmetric Bilinear Forms and Quadratic Forms)
There is a one-to-one correspondence between symmetric bilinear forms and quadratic forms.
- From symmetric to quadratic: .
- From quadratic to symmetric:
Definition (Positive Definite)
A symmetric bilinear form is positive definite if its quadratic form takes positive values for all .
Definition (Inner Product Structure or Metric)
An inner product structure or metric on is a positive definite symmetric bilinear form. It is often denoted by or , the flat operator.
There are infinitely many choices for a metric on . That is, for a plain vector space, there is no canonical choice of metric. The metric (as any bilinear form) is a map from vectors to covectors, so the flat operator is known as index-lowering operator.
- The flat operator is invertible (due to positive-definiteness).
- The inverse of the flat operator is known as the index-raising operator or sharp operator .
Via index notation, the label is .
In particular, an inner product structure can turn vectors to covectors and vice versa with the inverse . Geometrically, we can draw a quadratic surface with some vector . The covector is then the hyperplane where denotes the unit sphere. The vectors are the tangent vectors to the surface. We construct the polar plane across the quadric surface.