markdown
Linearity and linear maps - Basic Exercisesmd acb4d3a
exercise/math/linear-algebra/linearity-and-linear-maps.exercise.n.md

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

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

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.


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.


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.


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.


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.


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.


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.


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
タブを全て閉じる