markdown
線型性と線型写像-基本演習md acb4d3a
exercise/math/linear-algebra/linearity-and-linear-maps.exercise.n.md

線型性せんけいせいlinearity線型写像せんけいしゃぞうlinear map-基本演習きほんえんしゅう

date2026-07-14document_iddoc_067c66eb0599fbb0489998a59d592bd9description線型性を加法性と同次性から判定し、基底ベクトルの像と行列の列の関係を確認する基本演習である。prerequisites線型性の基本 / ベクトルの基本演算 / 線型結合と張る空間の基本type問題演習content_typeexercisestatusactiverelateddata/lecture/math/linear-algebra/linearity-basics.lecture.n.md / data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md / data/lecture/math/linear-algebra/linear-combinations-and-spans.lecture.n.md / data/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md
mathlinear-algebraexerciselinear-maplinearity
data/lecture/math/linear-algebra/linearity-basics.lecture.n.md data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md

Linearity線型性せんけいせい and linear maps線型写像せんけいしゃぞう - Basic Exercises

data/lecture/math/linear-algebra/linearity-basics.lecture.n.md data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md

1演習えんしゅう方針ほうしん

線型写像せんけいしゃぞうlinear mapかどうかは、いくつかの数値例すうちれいではなく、任意にんいベクトルvectorスカラーscalarについて加法性かほうせいadditivity同次性どうじせいhomogeneity確認かくにんして判定はんていする。

反例はんれいcounterexampleしめすときは、加法性かほうせいadditivityまたは同次性どうじせいhomogeneityのどちらかがやぶれる 1 れいせばよい。証明しょうめいproofするときは、任意にんい文字もじ計算けいさんする。


1Exercise plan

To decide whether a map is a linear map線型写像せんけいしゃぞう, do not rely on a few numerical examples. Check additivity加法性かほうせい and homogeneity同次性どうじせい for arbitrary vectorsベクトル and scalarsスカラー.

To give a counterexample反例はんれい, one example where additivity or homogeneity fails is enough. To prove linearity, compute with arbitrary symbols.


2問題もんだい 1

T:R2R2

T(xy)=(x+y2x-y)

定義ていぎする。T線型写像せんけいしゃぞうlinear mapであることをしめせ。

2.1解答例かいとうれい

u=(x1,y1)Tv=(x2,y2)T とする。

T(u+v)=(x1+x2+y1+y22(x1+x2)-(y1+y2))

であり、

T(u)+T(v)=(x1+y12x1-y1)+(x2+y22x2-y2)=(x1+x2+y1+y22(x1+x2)-(y1+y2))

なので加法性かほうせいadditivity成立せいりつする。

また、スカラー c について

T(cu)=(cx1+cy12cx1-cy1)=c(x1+y12x1-y1)=cT(u)

なので同次性どうじせいhomogeneity成立せいりつする。したがって T線型写像せんけいしゃぞうlinear mapである。

2.2解説かいせつ

この問題もんだいでは、線型性せんけいせいlinearity定義ていぎdefinitionから確認かくにんしている。係数けいすうcoefficientつきの一次式いちじしきlinear expressionつくられていても、任意にんいu,v,c について加法性かほうせいadditivity同次性どうじせいhomogeneity確認かくにんするまでは証明しょうめいproofにならない。


2Problem 1

Define T:R2R2 by

T(xy)=(x+y2x-y).

Show that T is a linear map線型写像せんけいしゃぞう.

2.1Answer example

Let u=(x1,y1)T and v=(x2,y2)T. Then

T(u+v)=(x1+x2+y1+y22(x1+x2)-(y1+y2)),

and

T(u)+T(v)=(x1+y12x1-y1)+(x2+y22x2-y2)=(x1+x2+y1+y22(x1+x2)-(y1+y2)).

Thus additivity holds. For a scalar c,

T(cu)=(cx1+cy12cx1-cy1)=c(x1+y12x1-y1)=cT(u),

so homogeneity holds. Therefore T is linear.

2.2Explanation

The proof returns to the definition定義ていぎ of linearity. A formula that looks linear is not proved linear until additivity and homogeneity are checked for arbitrary inputs.


3問題もんだい 2

S:R2R2

S(xy)=(x+1y)

定義ていぎする。S線型写像せんけいしゃぞうlinear mapではないことをしめせ。

3.1解答例かいとうれい

線型写像せんけいしゃぞうlinear mapなら S(0)=0 でなければならない。しかし

S(00)=(10)(00)

である。したがって S線型写像せんけいしゃぞうlinear mapではない。

3.2解説かいせつ

平行移動へいこういどうtranslation直線ちょくせんline直線ちょくせんlineうつすが、原点げんてんorigin原点げんてんoriginたもたないため線型せんけいlinearではない。線型性せんけいせいlinearity反例はんれいcounterexampleでは、まず T(0)=0たすかを確認かくにんするとはやい。


3Problem 2

Define S:R2R2 by

S(xy)=(x+1y).

Show that S is not a linear map.

3.1Answer example

A linear map must satisfy S(0)=0, but

S(00)=(10)(00).

Therefore S is not linear.

3.2Explanation

A translation平行移動へいこういどう sends lines to lines, but it does not keep the origin原点げんてん fixed. Checking T(0)=0 is often the fastest way to find a counterexample.


4問題もんだい 3

R:R2R2

R(xy)=(x2y)

定義ていぎする。R線型写像せんけいしゃぞうlinear mapではないことを、同次性どうじせいhomogeneity失敗しっぱいからしめせ。

4.1解答例かいとうれい

u=(1,0)Tc=2 とすると、

R(2u)=R(20)=(40)

である。一方いっぽう

2R(u)=2(10)=(20)

である。したがって R(2u)2R(u) であり、同次性どうじせいhomogeneity成立せいりつしない。

4.2解説かいせつ

x2 のような非線型ひせんけいnonlinearこうtermがあると、スカラーばいscalar multiplication倍率ばいりつたもたれない。この問題もんだいは、原点げんてんoriginたもつだけでは線型性せんけいせいlinearity十分じゅうぶんでないことを確認かくにんしている。


4Problem 3

Define R:R2R2 by

R(xy)=(x2y).

Show that R is not linear by showing failure of homogeneity同次性どうじせい.

4.1Answer example

Let u=(1,0)T and c=2. Then

R(2u)=R(20)=(40),

but

2R(u)=2(10)=(20).

Thus R(2u)2R(u), so homogeneity fails.

4.2Explanation

A nonlinear非線型ひせんけい term such as x2 does not preserve scalar multiplication. Preserving the origin alone is not enough for linearity.


5問題もんだい 4

線型写像せんけいしゃぞうlinear map T:R3R2

T(e1)=(10),T(e2)=(-12),T(e3)=(31)

たすとする。T標準基底ひょうじゅんきていstandard basisかんする行列ぎょうれつmatrixもとめ、T(2,-1,4)T計算けいさんせよ。

5.1解答例かいとうれい

行列ぎょうれつmatrixれつcolumn標準基底ひょうじゅんきていstandard basisぞうimageなので、

A=(1-13021)

である。また

(2,-1,4)T=2e1-e2+4e3

したがって、

T(2,-1,4)T=2T(e1)-T(e2)+4T(e3)=(152)

である。

5.2解説かいせつ

この問題もんだいは、行列ぎょうれつmatrixれつcolumn基底きていベクトルbasis vectorさきdestination記録きろくしていることを確認かくにんしている。線型性せんけいせいlinearityがあるため、任意にんい入力にゅうりょくinput基底きていbasisぞうimageおな係数けいすうcoefficientによる線型結合せんけいけつごうlinear combination計算けいさんできる。


5Problem 4

A linear map T:R3R2 satisfies

T(e1)=(10),T(e2)=(-12),T(e3)=(31).

Find the matrix of T in the standard basis標準基底ひょうじゅんきてい, and compute T(2,-1,4)T.

5.1Answer example

The columns are the images of the standard basis vectors:

A=(1-13021).

Since (2,-1,4)T=2e1-e2+4e3,

T(2,-1,4)T=2T(e1)-T(e2)+4T(e3)=(152).

5.2Explanation

The columns of a matrix record the destinations of the basis vectors基底きていベクトル. Linearity lets every input be computed using the same coefficients on the images.


6問題もんだい 5

線型写像せんけいしゃぞうlinear map T:VWベクトルvector v1,v2 について、v2=3v1成立せいりつするとする。このとき T(v2)T(v1)関係かんけいrelationべよ。

6.1解答例かいとうれい

同次性どうじせいhomogeneityより

T(v2)=T(3v1)=3T(v1)

である。

6.2解説かいせつ

線型写像せんけいしゃぞうlinear map線型結合せんけいけつごうlinear combination関係かんけいrelation保存ほぞんする。したがって、入力側にゅうりょくがわinput side従属じゅうぞくdependentしている関係かんけいrelationは、出力側しゅつりょくがわoutput sideでもおな係数けいすうcoefficient関係かんけいrelationとしてのこる。ただし、ぎゃく出力側しゅつりょくがわoutput side従属じゅうぞくdependentしているからといって、入力側にゅうりょくがわinput sideおな関係かんけいrelationがあったとはかぎらない。


6Problem 5

Let T:VW be linear and suppose v2=3v1. State the relation between T(v2) and T(v1).

6.1Answer example

By homogeneity,

T(v2)=T(3v1)=3T(v1).

6.2Explanation

A linear map preserves linear-combination線型結合せんけいけつごう relations. Therefore, if the input side has a dependent relation, the output side keeps the same coefficients in the corresponding relation. The converse need not hold: even if the output vectors are dependent, the same relation need not have existed on the input side, because the map may collapse directions.


7問題もんだい 6

T:CC

T(z)=z_

定義ていぎする。CR じょうのベクトル空間くうかんると T実線型じつせんけいreal-linearであり、C じょうのベクトル空間くうかんると複素線型ふくそせんけいcomplex-linearではないことをしめせ。

7.1解答例かいとうれい

z,wC について

T(z+w)=z+w_=z_+w_=T(z)+T(w)

である。また、aR なら

T(az)=az_=az_=aT(z)

なので、T実線型じつせんけいreal-linearである。

一方いっぽう複素ふくそcomplexスカラーscalar i使つかうと、

T(i·1)=i_=-i

だが、

iT(1)=i

である。したがって T(i·1)iT(1) であり、複素線型ふくそせんけいcomplex-linearではない。

7.2解説かいせつ

この問題もんだいは、線型性せんけいせいlinearityが「どのたいスカラーscalarとして使つかうか」に依存いぞんすることを確認かくにんしている。おな写像しゃぞうmapでも、実数じっすうreal numberスカラーscalarだけをゆる場合ばあいと、複素数ふくそすうcomplex numberスカラーscalarゆる場合ばあい同次性どうじせいhomogeneity意味いみわる。


7Problem 6

Define T:CC by T(z)=z_. Show that T is real-linear実線型じつせんけい when C is a vector space over R, but not complex-linear複素線型ふくそせんけい over C.

7.1Answer example

For z,wC,

T(z+w)=z+w_=z_+w_=T(z)+T(w).

If aR, then

T(az)=az_=az_=aT(z),

so T is real-linear. But for the complex scalar i,

T(i·1)=i_=-i,

while

iT(1)=i.

Thus T(i·1)iT(1), so T is not complex-linear.

7.2Explanation

Linearity depends on which fieldたい supplies the scalars. The same map may be linear over R but not over C.


9証明しょうめい演習えんしゅうかくぞう部分空間ぶぶんくうかんであること

9.1問題もんだい

T:VW線型写像せんけいしゃぞうとする。kerTV部分空間ぶぶんくうかんであり、ImTW部分空間ぶぶんくうかんであることを証明しょうめいせよ。

9.2解答かいとう

u,vkerTa,bスカラーscalarとする。線型性せんけいせいより

T(au+bv)=aT(u)+bT(v)=0

である。よって au+bvkerT である。

y1,y2ImT なら、ある v1,v2 について y1=T(v1)y2=T(v2)ける。このとき

ay1+by2=T(av1+bv2)

なので、ay1+by2ImT である。

9.3解説かいせつ

かくは 0 につぶれる方向ほうこうぞう到達とうたつできる範囲はんいである。どちらも線型結合せんけいけつごうじることが本質ほんしつである。

9Proof exercise: the kernelかく and imageぞう are subspaces部分空間ぶぶんくうかん

9.1Problem

Let T:VW be a linear map. Prove that kerT is a subspace of V and ImT is a subspace of W.

9.2Answer

If u,vkerT and a,b are scalars, then by linearity

T(au+bv)=aT(u)+bT(v)=0.

Thus au+bvkerT.

If y1,y2ImT, write y1=T(v1) and y2=T(v2). Then

ay1+by2=T(av1+bv2),

so ay1+by2ImT.

9.3Explanation

The kernel is the set of directions collapsed to 0, and the image is the reachable range. Both are closed under linear combinations.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる