- Please find all the eigen-values and related eigen-vectors for each of the following 3 matrices:
1.I (1111), 1.II (1011), 1.III (1−111).
Then, please explain the existence of inverse matrix. Finally, give your inverse if existing. - 設 A=(1111),考慮其特徵多項式為
p(x)=det(xI−A)=|x−1−1−1x−1|=(x−1)2−1=x2−2x=x(x−2).
故其特徵根有 0 與 2。- 當 x=0 時所對應的特徵向量為 (1−1);
- 當 x=2 時所對應的特徵向量為 (11)。
- 設 B=(1011),考慮其特徵多項式為
p(x)=det(xI−B)=|x−10−1x−1|=(x−1)2.
故其特徵根為 1(二重根),而其對應的特徵向量為 (01)。再者,因為它的特徵根皆非零,故其反方陣存在,容易確認出 B−1=(10−11)。 - 設 C=(1−111),考慮其特徵多項式為
p(x)=det(xI−C)=|x−11−1x−1|=(x−1)2+1.
故其特徵根為 1±i。- 當 x=1+i 時所對應的特徵向量為 (i1);
- 當 x=1−i 時所對應的特徵向量為 (1i)。
- Please give conditions for an m×m matrix A so that the following conclusion is true: There exists an orthogonal matrix P such that P′AP=Λ or A=PΛP′ where Λ is a diagonal matrix. Please explain which matrix of 1.I, 1.II and 1.III could satisfy your conditions; then give the P matrix and the Λ matrix for the matrix.
- Please find the maximum/minimum values and points of inflection for the function G(x)=Kexp{−(x−μ)2/2σ2}. Then find the constant K so that the integral of G from the negative infinity to the positive infinity to be 1.
- 當 K=0 時 G 為常數函數,故處處為極大與極小點,且無處為反曲點。
- 當 K>0 時 x=μ 為極大值,其值為 K,而 x=μ±σ 皆為反曲點的位置,反曲點座標為 (μ±σ,Ke−1/2)。
- 當 K<0 時 x=μ 為極小值,其值為 K,而 x=μ±σ 皆為反曲點的位置,反曲點座標為 (μ±σ,Ke−1/2)。
- Assume the inverse of
[nn∑i=1xin∑i=1zin∑i=1xin∑i=1x2in∑i=1xizin∑i=1zin∑i=1xizin∑i=1z2i]
exists and equal to [abcbdedef]. Find f. - Find the extreme values of 2x2+2√2xy+y2 under the constraint x2+y2=1.
- 若 λ=0,則 √2x+y=0,那麼由第三式可知 3x2=1,即得 x=±√33,而 y=∓√63。
- 若 λ=−3,則 x=√2y,那麼由第三式有 3y2=1,即得 y=√33,而 x=±√63。
訣竅
按照特徵值與特徵向量的定義求解,並回憶反方陣存在的充分必要條件,最終使用二階反方陣的公式直接求解。解法
訣竅
熟悉可對角化的條件。解法
一個矩陣可對角化的充分必要條件是它的極小多項式不具重根。容易可以確認前一題中的 (1011) 的極小多項式為 (x−1)2,故其不可對角化。
對於矩陣 A=(1111),取 P=1√2(11−11),可以確認有
P′AP=(0002).
對於矩陣 C=(1−111),取 P=1√2(i11i),可以確認有
P′AP=(1+i001−i).
訣竅
求一階與二階導函數為零的位置即可求出極值候選點與反曲點候選點;再者可利用二重積分的技巧求出該不定積分之值,從而確定出常數 K。解法
求一階導函數與二階導函數如下
G′(x)=−K(x−μ)σ2exp[−(x−μ)22σ2],G″(x)=Kσ2((x−μ)2σ2−1)exp[−(x−μ)22σ2].
解方程式 G′(x)=0 與 G″(x)=0 分別可得極值候選點 x=μ 與反曲點候選點 x=μ±σ。可按 K 的符號討論如下:欲求 K 使瑕積分滿足 ∫∞−∞Kexp(−(x−μ)22σ2)dx=1。為此考慮變數變換,令 u=x−μ√2σ2,如此有 du=dx√2σ2,從而該瑕積分可改寫如下
1=K∫∞−∞e−u2⋅√2σ2du=K√2σ2π.
至此獲得 K=1√2σ2π。訣竅
利用古典伴隨矩陣的概念求反方陣中的一格。解法
設題目給定的矩陣為 A,那麼計算對應的餘因子矩陣中第三行與第三列的位置如下|nn∑i=1xin∑i=1xin∑i=1x2i|=nn∑i=1x2i−(n∑i=1xi)2.
由於伴隨矩陣為餘因子矩陣的轉置,故第三行第三列不改變,從而有f=1det(A)(nn∑i=1x2i−(n∑i=1xi)2).
再者,矩陣 A 的行列式可計算如下det(A)=n(n∑i=1x2i)(n∑i=1z2i)+2(n∑i=1xi)(n∑i=1zi)(n∑i=1xizi)−(n∑i=1x2i)(n∑i=1zi)2−n(n∑i=1xizi)2−(n∑i=1xi)2(n∑i=1z2i).
訣竅
應用初等不等式求解即可;亦可運用 Lagrange 乘子法求解。解法一
運用 Cauchy 不等式可注意到3=(x2+y2)(√22+12)≥(√2x+y)2=2x2+2√2xy+y2≥0.
故最大值為 3 而最小值為 0,其中等號成立條件分別為±(√63,√33),±(√33,−√63).
解法二
設 f(x,y)=2x2+2√2xy+y2 以及 Lagrange 乘子函數如下F(x,y,λ)=2x2+2√2xy+y2+λ(x2+y2−1).
據此解下列的聯立方程組{Fx(x,y,λ)=4x+2√2y+2xλ=0,Fy(x,y,λ)=2√2x+2y+2yλ=0,Fλ(x,y,λ)=x2+y2−1=0.
觀察到 (0,0) 雖然滿足前兩式卻不滿足第三式,故前兩式有非零解,從而方程組{(4+2λ)x+2√2y=02√2x+(2+2λ)y=0
有無窮多解,其行列式值為零。此即0=|4+2λ2√22√22+2λ|=(4+2λ)(2+2λ)−8.
從而有 λ2+3λ=0,故得 λ=0 或 λ=−3。(√33,−√63),(−√33,√63),(√63,√33),(−√63,−√33).
如此檢驗可知f(√33,−√63)=f(−√33,√63)=0,f(√63,√33)=f(−√63,−√33)=3.
因此最大值為 3 而最小值為 0。
沒有留言:
張貼留言