1演習方針
基底変換で変わるのは、ベクトルそのものや線型写像そのものではなく、座標表示である。この演習では、古い基底での座標、新しい基底での座標、表現行列を区別して計算する。
この演習では、P は新しい基底の座標を古い基底の座標へ送る、つまり [x]_{\mathrm{old}}=P[x]_{\mathrm{new}} という規約で固定する。このため表現行列は P^{-1}A_{\mathrm{old}}P と変わる。規約を逆にすると公式も逆になるので、積の順序を見た目だけで入れ替えてはいけない。
長方行列の線型写像では、定義域と終域で別々の基底変換を使うため、Q^{-1}AP の形になる。どの座標変換行列についても、まず可逆であることを確認する。P が特異なら、その列は基底ではなく、座標の付け替えではなく情報を潰す操作になっている。
この演習の行列式と固有値は、後続演習への先取り確認である。本流の基底変換の計算では、列が一次独立であること、または明示した逆行列で元に戻せることを可逆性の確認に使う。
1Exercise plan
A change of basis changes the coordinate representation座標表示ざひょうひょうじ, not the vectorベクトル itself or the linear map線型写像せんけいしゃぞう itself. Distinguish old-basis coordinates, new-basis coordinates, and representation matrices表現行列ひょうげんぎょうれつ.
Keep the convention fixed throughout: in these problems, P sends new-basis coordinates to old-basis coordinates, so [x]_{\mathrm{old}}=P[x]_{\mathrm{new}}. This is why a representation matrix changes as P^{-1}A_{\mathrm{old}}P. Reversing the convention reverses the formula, so the order cannot be treated as cosmetic.
For rectangular maps, use separate basis changes on the domain and codomain and expect Q^{-1}AP. For every proposed change-of-basis matrix, first check invertibility; if P is singular, the columns do not form a basis and the operation collapses information instead of merely relabeling coordinates.
Determinants and eigenvalues in this exercise are previews for later exercise sets. The main change-of-basis computations check invertibility by column independence or by an explicit inverse matrix.
2確認問題かくにんもんだい:座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrix
\mathbb{R}^2 の標準基底ひょうじゅんきていstandard basisを古ふるい基底きていbasisとする。新あたらしい基底きていbasisを
b_1=
\begin{pmatrix}
1\\
1
\end{pmatrix},
\qquad
b_2=
\begin{pmatrix}
1\\
-1
\end{pmatrix}
とする。ベクトルvector
x=
\begin{pmatrix}
3\\
1
\end{pmatrix}
の新基底しんきていに関かんする座標ざひょうcoordinate [x]_{\mathrm{new}} を求もとめよ。
2.1解答かいとう
まず、新あたらしい基底きていbasisベクトルを列れつcolumnに並ならべる。
P=
\begin{pmatrix}
1&1\\
1&-1
\end{pmatrix}
この P は、新あたらしい座標ざひょうcoordinateを古ふるい座標ざひょうcoordinateへ戻もどす行列ぎょうれつmatrixである。
[x]_{\mathrm{old}}=P[x]_{\mathrm{new}}
したがって、
\begin{pmatrix}
3\\
1
\end{pmatrix}
=
s
\begin{pmatrix}
1\\
1
\end{pmatrix}
+
t
\begin{pmatrix}
1\\
-1
\end{pmatrix}
を解とけばよい。成分せいぶんcomponentを比くらべると、
\begin{cases}
s+t=3,\\
s-t=1
\end{cases}\begin{cases}
s+t=3,\\
s-t=1
\end{cases}
である。2 式しきを足たして 2s=4、したがって s=2 である。さらに s+t=3 から t=1 である。
\boxed{
[x]_{\mathrm{new}}=
\begin{pmatrix}
2\\
1
\end{pmatrix}
}
この問題もんだいで確認かくにんしているのは、座標ざひょうcoordinateが変かわってもベクトルvectorそのものは変かわらないという点てんである。x は同おなじベクトルvectorだが、基底きていbasisを変かえると数かずの組くみ合あわせが変かわる。
2Check problem: change-of-coordinates matrix座標変換行列ざひょうへんかんぎょうれつ
Let the standard basis標準基底ひょうじゅんきてい of \mathbb R^2 be the old basis, and let the new basis基底きてい be
b_1=\begin{pmatrix}1\\1\end{pmatrix},\qquad b_2=\begin{pmatrix}1\\-1\end{pmatrix}.
Find the new-basis coordinates [x]_{\mathrm{new}} of
x=\begin{pmatrix}3\\1\end{pmatrix}.
2.1Answer
Put the new basis vectors in the columns:
P=\begin{pmatrix}1&1\\1&-1\end{pmatrix}.
This matrix sends new coordinates to old coordinates:
[x]_{\mathrm{old}}=P[x]_{\mathrm{new}}.
Solve
\begin{pmatrix}3\\1\end{pmatrix}=s\begin{pmatrix}1\\1\end{pmatrix}+t\begin{pmatrix}1\\-1\end{pmatrix}.
Then
s+t=3,\qquad s-t=1,
so s=2 and t=1. Therefore
\boxed{[x]_{\mathrm{new}}=\begin{pmatrix}2\\1\end{pmatrix}}.
The vector is unchanged; only its coordinate description changes.
3確認問題かくにんもんだい:相似変換そうじへんかんsimilarity transformation
線型写像せんけいしゃぞうlinear mapの古ふるい基底きていbasisでの表現行列ひょうげんぎょうれつrepresentation matrixを
A_{\mathrm{old}}=
\begin{pmatrix}
2&1\\
0&3
\end{pmatrix}
とする。また、新あたらしい基底きていbasisから古ふるい基底きていbasisへの座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrixを
P=
\begin{pmatrix}
1&1\\
1&-1
\end{pmatrix}
とする。新基底しんきていnew basisでの表現行列ひょうげんぎょうれつrepresentation matrix
A_{\mathrm{new}}=P^{-1}A_{\mathrm{old}}P
を求もとめよ。
3.1解答かいとう
行列式ぎょうれつしきによる確認かくにんは後続こうぞくの先取さきどりである。同おなじことは、2 つの列れつが一次独立いちじどくりつlinearly independentであり、下したに表示ひょうじする P^{-1} を実際じっさいに掛かけると I に戻もどることからも確認かくにんできる。
まず P が可逆かぎゃくinvertibleであることを確認かくにんする。ここでは
\det P
=
-2
\neq
0
なので、P^{-1} が存在そんざいする。したがって
P^{-1}
=
\begin{pmatrix}
\frac12&\frac12\\
\frac12&-\frac12
\end{pmatrix}
である。つぎに
A_{\mathrm{old}}P
=
\begin{pmatrix}
2&1\\
0&3
\end{pmatrix}
\begin{pmatrix}
1&1\\
1&-1
\end{pmatrix}
=
\begin{pmatrix}
3&1\\
3&-3
\end{pmatrix}
である。したがって
A_{\mathrm{new}}
=
\begin{pmatrix}
\frac12&\frac12\\
\frac12&-\frac12
\end{pmatrix}
\begin{pmatrix}
3&1\\
3&-3
\end{pmatrix}
=
\begin{pmatrix}
3&-1\\
0&2
\end{pmatrix}
となる。
\boxed{
A_{\mathrm{new}}=
\begin{pmatrix}
3&-1\\
0&2
\end{pmatrix}
}
この問題もんだいでは、左ひだりの P^{-1} と右みぎの P の役割やくわりが重要じゅうようである。右みぎの P は新座標しんざひょうの入力にゅうりょくinputを古座標ふるざひょうへ戻もどし、A_{\mathrm{old}} は古座標ふるざひょうで線型写像せんけいしゃぞうlinear mapを適用てきようし、左ひだりの P^{-1} は結果けっかを新座標しんざひょうへ戻もどす。
3Check problem: similarity transformation相似変換そうじへんかん
Let
A_{\mathrm{old}}=\begin{pmatrix}2&1\\0&3\end{pmatrix},\qquad P=\begin{pmatrix}1&1\\1&-1\end{pmatrix}.
Find A_{\mathrm{new}}=P^{-1}A_{\mathrm{old}}P.
3.1Answer
The determinant check is a preview. Equivalently, the two columns are linearly independent, and the displayed inverse can be verified by multiplication.
Since \det P=-2\ne0,
P^{-1}=\begin{pmatrix}\frac12&\frac12\\\frac12&-\frac12\end{pmatrix}.
Also
A_{\mathrm{old}}P=\begin{pmatrix}2&1\\0&3\end{pmatrix}\begin{pmatrix}1&1\\1&-1\end{pmatrix}=\begin{pmatrix}3&1\\3&-3\end{pmatrix}.
Thus
A_{\mathrm{new}}=\begin{pmatrix}\frac12&\frac12\\\frac12&-\frac12\end{pmatrix}\begin{pmatrix}3&1\\3&-3\end{pmatrix}=\begin{pmatrix}3&-1\\0&2\end{pmatrix}.
3.2Explanation
The right-side P converts a new-coordinate input to old coordinates. A_{\mathrm{old}} applies the map in old coordinates. The left-side P^{-1} converts the result back to new coordinates.
4確認問題かくにんもんだい:定義域ていぎいきdomainと終域しゅういきcodomainの基底きていbasisを別々べつべつに変かえる
線型写像せんけいしゃぞうlinear map T:\mathbb{R}^2\to\mathbb{R}^3 の古ふるい基底きていbasisでの表現行列ひょうげんぎょうれつrepresentation matrixを
A_{\mathrm{old}}=
\begin{pmatrix}
1&0\\
0&1\\
1&1
\end{pmatrix}
とする。定義域ていぎいきdomainの座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrixを
P=
\begin{pmatrix}
1&1\\
0&1
\end{pmatrix}
とし、終域しゅういきcodomainの座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrixを Q=I_3 とする。このとき
A_{\mathrm{new}}=Q^{-1}A_{\mathrm{old}}P
を求もとめよ。
4.1解答かいとう
ここでは Q=I_3 なので、Q^{-1}=I_3 である。したがって
A_{\mathrm{new}}
=
A_{\mathrm{old}}P
を計算けいさんすればよい。
\begin{pmatrix}
1&0\\
0&1\\
1&1
\end{pmatrix}
\begin{pmatrix}
1&1\\
0&1
\end{pmatrix}
=
\begin{pmatrix}
1&1\\
0&1\\
1&2
\end{pmatrix}
したがって
\boxed{
A_{\mathrm{new}}
=
\begin{pmatrix}
1&1\\
0&1\\
1&2
\end{pmatrix}
}
長方行列ちょうほうぎょうれつrectangular matrixでは、相似そうじsimilarityという形かたちではなく Q^{-1}AP という形かたちになる。定義域ていぎいきdomainと終域しゅういきcodomainの基底きていbasisを別々べつべつに持もつためである。
4Check problem: changing bases in the domain定義域ていぎいき and codomain終域しゅういき
For T:\mathbb R^2\to\mathbb R^3, let
A_{\mathrm{old}}=\begin{pmatrix}1&0\\0&1\\1&1\end{pmatrix},\qquad P=\begin{pmatrix}1&1\\0&1\end{pmatrix},\qquad Q=I_3.
Find A_{\mathrm{new}}=Q^{-1}A_{\mathrm{old}}P.
4.1Answer
Since Q=I_3,
A_{\mathrm{new}}=A_{\mathrm{old}}P=\begin{pmatrix}1&0\\0&1\\1&1\end{pmatrix}\begin{pmatrix}1&1\\0&1\end{pmatrix}=\begin{pmatrix}1&1\\0&1\\1&2\end{pmatrix}.
4.2Explanation
For a rectangular matrix長方行列ちょうほうぎょうれつ, the form is Q^{-1}AP rather than similarity, because domain and codomain have separate bases.
5確認問題かくにんもんだい:相似そうじsimilarityで保存ほぞんされる量りょうquantity
前問ぜんもんの正方行列せいほうぎょうれつsquare matrix
A=
\begin{pmatrix}
2&1\\
0&3
\end{pmatrix},
\qquad
B=
\begin{pmatrix}
3&-1\\
0&2
\end{pmatrix}
について、トレースtrace、行列式ぎょうれつしきdeterminant、固有値こゆうちeigenvalueが一致いっちすることを確認かくにんせよ。
先取さきどり注意ちゅうい:行列式ぎょうれつしきdeterminantと固有値こゆうちeigenvalueは後続こうぞくで本格的ほんかくてきに定義ていぎする。ここでは、2 次じの行列式ぎょうれつしき公式こうしきと上三角行列じょうさんかくぎょうれつの対角成分たいかくせいぶんを使つかう発展確認はってんかくにんとして扱あつかう。
5.1解答かいとう
まずトレースtraceは
\operatorname{tr}(A)=2+3=5,
\qquad
\operatorname{tr}(B)=3+2=5
である。つぎに行列式ぎょうれつしきdeterminantは
\det A=2\cdot 3-0\cdot 1=6,
\qquad
\det B=3\cdot 2-0\cdot(-1)=6
である。さらに、どちらも上三角行列じょうさんかくぎょうれつupper triangular matrixなので、固有値こゆうちeigenvalueは対角成分たいかくせいぶんdiagonal entryから読よめる。
A:\ 2,3,
\qquad
B:\ 3,2
したがって、順序じゅんじょorderを除のぞけば固有値こゆうちeigenvalueは一致いっちする。
この問題もんだいで見みているのは、相似そうじsimilarityが同おなじ線型写像せんけいしゃぞうlinear mapの別表示べつひょうじalternative representationであるという事実じじつである。行列ぎょうれつmatrixの成分せいぶんcomponentは変かわっても、基底きていbasisに依存いぞんしない量りょうquantityは保存ほぞんされる。
5Check problem: quantities preserved by similarity
For
A=\begin{pmatrix}2&1\\0&3\end{pmatrix},\qquad B=\begin{pmatrix}3&-1\\0&2\end{pmatrix},
confirm that traceトレース, determinant行列式ぎょうれつしき, and eigenvalues固有値こゆうち agree.
Preview note: determinants and eigenvalues are developed later. Here this is an advanced check using the 2 by 2 determinant formula and the fact that the eigenvalues of an upper triangular matrix are its diagonal entries.
5.1Answer
\operatorname{tr}(A)=5=\operatorname{tr}(B),\qquad \det A=6=\det B.
Both are upper triangular, so their eigenvalues are the diagonal entries:
A:2,3,\qquad B:3,2.
The eigenvalues agree up to order.
5.2Explanation
Similarity is an alternative representation of the same linear map. Entries may change, but basis-independent quantities are preserved.
6確認問題かくにんもんだい:可逆性かぎゃくせいinvertibilityの確認かくにん
P=
\begin{pmatrix}
1&2\\
2&4
\end{pmatrix}
を座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrixとして使つかえるか判定はんていせよ。
6.1解答かいとう
基底変換きていへんかんchange of basisで使つかう P は、新あたらしい基底きていbasisベクトルを列れつcolumnに並ならべた行列ぎょうれつmatrixである。したがって、列れつcolumnが線型独立せんけいどくりつlinearly independentでなければならない。
ここでは第2列だいにれつが第1列だいいちれつの 2 倍ばいである。
\begin{pmatrix}
2\\
4
\end{pmatrix}
=
2
\begin{pmatrix}
1\\
2
\end{pmatrix}
したがって列れつcolumnは線型従属せんけいじゅうぞくlinearly dependentであり、基底きていbasisにならない。実際じっさい、
\det P
=
1\cdot 4-2\cdot 2
=
0
である。逆行列ぎゃくぎょうれつinverse matrixの公式こうしきを使つかうなら \det P で割わるため、この場合ばあいは 0 による除算じょざんdivisionになり、P^{-1} は存在そんざいしない。
この行列式ぎょうれつしきによる説明せつめいは後続こうぞくへの先取さきどりである。本流ほんりゅうの判定はんていは、第だい 2 列れつが第だい 1 列れつの 2 倍ばいで、2 本ほんの列れつが基底きていbasisを作つくらないという点てんである。
したがって、P は座標変換行列ざひょうへんかんぎょうれつcoordinate-change matrixとして使つかえない。
この問題もんだいは、相似変換そうじへんかんsimilarity transformationや基底変換きていへんかんchange of basisで P^{-1} が現あらわれる理由りゆうを確認かくにんするものである。可逆かぎゃくinvertibleでない行列ぎょうれつmatrixは、座標ざひょうcoordinateの付つけ替かえではなく、情報じょうほうinformationを潰つぶす写像しゃぞうmapになる。
6Check problem: checking invertibility可逆性かぎゃくせい
Can
P=\begin{pmatrix}1&2\\2&4\end{pmatrix}
be used as a change-of-coordinates matrix?
6.1Answer
No. The second column is twice the first:
\begin{pmatrix}2\\4\end{pmatrix}=2\begin{pmatrix}1\\2\end{pmatrix}.
Thus the columns are linearly dependent線型従属せんけいじゅうぞく. Also
\det P=1\cdot4-2\cdot2=0,
so P^{-1} does not exist.
6.2Explanation
A non-invertible matrix collapses information. A change of basis must only relabel coordinates, so its matrix must be invertible.
For a change of basis, the columns of P are the new basis vectors written in the old coordinates, so they must be linearly independent線型独立せんけいどくりつ. The determinant calculation confirms the same obstruction: using the inverse formula would require division by \det P, and here that value is 0. Thus this matrix is not a coordinate-change matrix.
The determinant explanation is a preview. The main reason is already visible from the columns: the second column is twice the first, so the two columns cannot form a basis.
7補充問題ほじゅうもんだい:失敗例しっぱいれいと順序じゅんじょの確認かくにん
7.1問題もんだい 6
b_1=\begin{pmatrix}1\\0\end{pmatrix},
\qquad
b_2=\begin{pmatrix}2\\0\end{pmatrix}
は \mathbb R^2 の基底きていbasisではない。この理由りゆうを、座標変換行列ざひょうへんかんぎょうれつchange-of-coordinates matrixの可逆性かぎゃくせいinvertibilityから説明せつめいせよ。
7.2解答例かいとうれい
b_1,b_2 を列れつcolumnに並ならべると
P=
\begin{pmatrix}
1&2\\
0&0
\end{pmatrix}
である。この行列ぎょうれつmatrixは第だい 2 行ぎょうrowが零れいなので可逆かぎゃくinvertibleではない。したがって、座標ざひょうcoordinateからベクトルを一意いちいに復元ふくげんできず、b_1,b_2 は基底きていbasisではない。
この問題もんだいは、基底きていbasisではない組くみを使つかうと座標変換ざひょうへんかんchange of coordinatesが壊こわれることを確認かくにんする。基底変換きていへんかんchange of basisでは、変換行列へんかんぎょうれつが可逆かぎゃくinvertibleであることが前提ぜんていである。
7.3問題もんだい 7
A=\begin{pmatrix}2&1\\0&3\end{pmatrix},
\qquad
P=\begin{pmatrix}1&1\\0&1\end{pmatrix}
とする。P^{-1}AP と PAP^{-1} を計算けいさんし、一般いっぱんに順序じゅんじょを入いれ替かえてはいけないことを確認かくにんせよ。
7.4解答例かいとうれい
P^{-1}=
\begin{pmatrix}1&-1\\0&1\end{pmatrix}
である。したがって
P^{-1}AP=
\begin{pmatrix}
2&0\\
0&3
\end{pmatrix}
である。一方いっぽう、
PAP^{-1}=
\begin{pmatrix}
2&2\\
0&3
\end{pmatrix}
であり、同おなじ行列ぎょうれつmatrixにはならない。
この問題もんだいは、相似変換そうじへんかんsimilarity transformationの順序じゅんじょを確認かくにんするための失敗例しっぱいれいである。P^{-1}AP と PAP^{-1} は記号きごうが似にているが、基底きていbasisの取とり方かたに対たいする意味いみが逆ぎゃくになる。
問題もんだい 6 は、基底きていbasisでない組くみを使つかうと座標変換ざひょうへんかんchange of coordinatesが壊こわれることを確認かくにんする。b_1,b_2 から作つくる行列ぎょうれつmatrixは平面へいめんを潰つぶし、ベクトルを一意いちいに復元ふくげんできない。問題もんだい 7 は、相似変換そうじへんかんsimilarity transformationの順序じゅんじょを確認かくにんする。P^{-1}AP と PAP^{-1} は似にているが、反対はんたいの座標規約ざひょうきやくcoordinate conventionを表あらわし、一般いっぱんには異ことなる行列ぎょうれつmatrixを与あたえる。
7Supplementary problems: failure examples and order
7.1Problem 6
Explain from invertibility why
b_1=\begin{pmatrix}1\\0\end{pmatrix},\qquad b_2=\begin{pmatrix}2\\0\end{pmatrix}
are not a basis of \mathbb R^2.
7.2Answer example
Putting them in columns gives
P=\begin{pmatrix}1&2\\0&0\end{pmatrix},
which is not invertible. Coordinates would not recover vectors uniquely, so the vectors are not a basis.
7.3Problem 7
For
A=\begin{pmatrix}2&1\\0&3\end{pmatrix},\qquad P=\begin{pmatrix}1&1\\0&1\end{pmatrix},
compute P^{-1}AP and PAP^{-1}.
7.4Answer example
P^{-1}=\begin{pmatrix}1&-1\\0&1\end{pmatrix}.
Then
P^{-1}AP=\begin{pmatrix}2&0\\0&3\end{pmatrix},\qquad PAP^{-1}=\begin{pmatrix}2&2\\0&3\end{pmatrix}.
They are not the same, so the order cannot generally be swapped.
Problem 6 checks that using a non-basis breaks coordinate change: the matrix built from b_1,b_2 collapses the plane and cannot recover vectors uniquely. Problem 7 checks the order in a similarity transformation相似変換そうじへんかん. The expressions P^{-1}AP and PAP^{-1} look similar, but they describe opposite coordinate conventions and generally give different matrices.