Bilinear Forms and Hermitian Forms
📂Linear AlgebraBilinear Forms and Hermitian Forms
Definition
Let’s say we have two vectors x,u∈Rn as follows.
x=x1x2⋮xn,uT=[u1u2⋯un]
For a real constant aij∈R(1≤i,j≤n), the function A:Rn×Rn→R, defined as follows, is called the bilinear form.
A(u,x):=i,k=1∑naikuixk
In the bilinear form, if the constant aij(1≤i,j≤n) is a complex number and satisfies aij=aji, it is called the Hermite form.
A(u,x)=i,k=1∑naikuixk=u∗Ax
Explanation
Simply put, a Hermitian matrix in the context of bilinear form is when the matrix A is Hermitian.
Let’s notate the matrix of constants as follows.
A=a11a21⋮an1a12a22⋮an2⋯⋯⋱⋯a1na2n⋮ann
Then, the bilinear form is expressed as a matrix product, which is also called the bilinear form corresponding to matrix A.
A(u,x)=i,k=1∑naikuixk=uTAx
If a system of linear equations is given as
⎩⎨⎧a11x1+a12x2+⋯+a1nxna21x1+a22x2+⋯+a2nxnan1x1+an2x2+⋯+annxn=y1=y2⋮=yn
By multiplying each equation by ui and adding them all together, one can obtain a bilinear form as below. I is the identity matrix.
A(u,x)=i,k=1∑naikuixk=i=1∑nuiyi=I(u,y)
Quadratic form is a special case in bilinear form where u=x.
See Also