1/16
Practice questions and answers covering quadratic forms, Hermitian matrices, unitary matrices, systems of differential equations, and linear programming theories.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is the definition of a real quadratic form according to Definition 2.1?
If B={x1,…,xn,xn} is a basis for V, it is a function Q:V→R defined by Q(v)=∑i=1n∑j=1naijxixj where v=∑xivi and A=(aij)∈Mn(s)(R).
How is a conic section equation of the form ax2+2abxy+by2=d simplified for graphing?
It is written in the form λ1x12+λ2x22=d in the X1X2-plane, where λ1 and λ2 are the eigenvalues of the matrix A=(abbc).
What characterizes a Hermitian matrix according to Definition 2.5?
A square matrix A=(ajk)∈Mn(C) is Hermitian if AT=Aˉ, meaning ajk=aˉkj. Additionally, its principal diagonal elements are always real.
What is the nature of the value of a Hermitian form H=XTAX according to Theorem 2.8?
For any choice of the vector X, the value of the Hermitian form is a real number.
What is a key property of the eigenvalues of a Hermitian matrix?
The eigenvalues of a Hermitian matrix are real numbers.
How is a skew-Hermitian matrix defined in Definition 2.10?
A square matrix A=(ajk)∈Mn(C) is called skew-Hermitian if AT=−Aˉ, meaning ajk=−aˉkj. It is a generalization of real skew-symmetric matrices.
What does Theorem 2.12 state about the value of a skew-Hermitian form S=XTAX?
The value of a skew-Hermitian form is either pure imaginary or zero.
What is the property of the eigenvalues of a skew-Hermitian matrix as stated in Theorem 2.13?
The eigenvalues of a skew-Hermitian matrix are pure imaginary or zero.
What is a unitary matrix according to Definition 2.14?
A square matrix A=(ajk)∈Mn(C) is called a unitary matrix if AT=A−1. It is considered a natural generalization of a real orthogonal matrix.
What is the absolute value of the eigenvalues of a unitary matrix U?
The eigenvalues of a unitary matrix have an absolute value of 1.
What is the general solution to the homogeneous system of linear differential equations Y′(t)=AY(t)?
If A has n linearly independent eigenvectors X1,…,Xn with associated eigenvalues λ1,…,λn, the solution is Y(t)=C1X1eλ1t+C2X2eλ2t+⋯+CnXneλnt.
What substitution is used to solve a non-homogeneous system Y′(t)=AY(t)+H(t)?
The substitution Y=PZ is used, where P is the matrix of eigenvectors (X1,…,Xn). This transforms the system into Z′=DZ+P−1H(t), where D is the diagonal matrix of eigenvalues.
According to the solution for non-homogeneous systems, what is the formula for zj(t)?
zj(t)=eλjt[∫e−λjtrj(t)dt+cj], where rj(t) are the components of the vector R(t)=P−1H(t).
In linear programming, how are the 'objective function' and 'constraints' defined?
The objective function is the linear function Z=c1x1+c2x2+⋯+cnxn to be maximized or minimized. The constraints are the linear inequalities, such as a11x1+⋯+a1nxn≤b1, that define the limits on the variables.
Define the terms 'feasible solution' and 'feasible region' in linear programming.
A feasible solution is a point satisfying all the constraints of the problem. the set of all such points is called the feasible region.
What is Theorem 2.30 regarding primal and dual problems in linear programming?
If the primal problem has an optimal solution, then the dual problem also has an optimal solution, and the objective values of the two problems are equal.
If the primal problem is to maximize Z=CX subject to AX≤B, what is the corresponding dual problem?
The dual problem is to minimize Z′=BTY subject to ATY≥CT, with Y≥0.