markdown
Vector spaces, bases, and rank - Basic Exercisesmd da2d1dc
exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md

Vector spaces, bases基底きてい, and rank階数かいすう - Basic Exercises

date2026-07-14document_iddoc_b66803ba7bbf909352194a74a7c43cbbdescription部分空間、基底、座標、線型写像の像と核、階数・退化次数の関係を確認する基本演習である。prerequisitesベクトル空間と基底 / 線型写像と行列 / 階数の基本type問題演習content_typeexercisestatusactiverelateddata/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md / data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/linear-combinations-and-spans.lecture.n.md / data/lecture/math/linear-algebra/column-independence-and-rank.lecture.n.md
mathlinear-algebraexercisebasisrankkernel
data/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md data/lecture/math/linear-algebra/rank-basics.lecture.n.md

1Exercise plan

A basis基底きてい is a measuring system that represents every point of a space by unique coordinates. Rank階数かいすう is the dimension次元じげん that survives under a linear map線型写像せんけいしゃぞう and reaches the output side.


For basis and rank problems, first separate the two requirements: spanning and linear independence線型独立せんけいどくりつ. Having the right number of vectors is useful only after you know the ambient dimension and one of the two requirements. Row reduction is the common tool because pivots identify independent columns, free variables, and the rank at the same time.

When a problem asks for rank, nullity, or a basis of a subspace, keep track of which space the vectors live in. Pivot columns of the original matrix give a basis for the column space, nonzero rows of an echelon form give a basis for the row space, and free-variable solutions give a basis for the null space. These are related by rank-nullity but are not interchangeable lists of vectors.

2Problem 1

Confirm that

W={(xyz)R3x+y+z=0}

is a subspace部分空間ぶぶんくうかん of R3.

2.1Answer example

The zero vector is included because 0+0+0=0. If u,vW, both component sums are 0, so the component sum of u+v is 0. For cR, the component sum of cu is c·0=0. Hence W is a subspace.

2.2Explanation

To check a subspace, test the zero vector, closure under sums, and closure under scalar multiples.


3Problem 2

Explain why

b1=(110),b2=(101)

are not a basis基底きてい of W.

3.1Answer example

b1 is not in W because 1+1+0=2. Therefore b1,b2 are not a basis of W.

3.2Explanation

A basis vector must first belong to the target space. Check membership before linear independence or spanning.


4Problem 3

Show that

u1=(1-10),u2=(10-1)

are a basis of W, and find the coordinates of

w=(3-1-2)

with respect to this basis.

4.1Answer example

Both u1,u2 have component sum 0, so they lie in W. If au1+bu2=0, then

(a+b-a-b)=0,

so a=0 and b=0. They are linearly independent. Any (x,y,z)TW satisfies x=-y-z, so

(xyz)=(-y)u1+(-z)u2.

Thus they span W and form a basis. For w=au1+bu2, -a=-1 and -b=-2, so a=1,b=2. The coordinate vector is

(12).

4.2Explanation

Check basis in the order membership, linear independence, and spanning. Coordinates are the coefficients used to mix basis vectors.


5Problem 4

For the linear map T:R3R2 represented by

A=(120011),

find rankA and dimkerT.

5.1Answer example

The two rows are linearly independent, so there are two pivots:

rankA=2.

By rank-nullity,

dimkerT=3-2=1.

5.2Explanation

The input has 3 dimensions. Two dimensions survive in the imageぞう, and one dimension collapses into the kernelかく.


6Problem 5

For finite-dimensional spaces of the same dimension, explain the relation between a linear map T:R2R2 being invertible可逆かぎゃく and kerT={0}.

6.1Answer example

If kerT={0}, no nonzero difference of inputs is collapsed to zero, so T is injective. For R2R2, injective implies surjective, so T is invertible. Conversely, if T is invertible and T(x)=0, then x=T-1(0)=0.

6.2Explanation

The equal-dimension assumption is essential; in unequal dimensions injectivity and surjectivity are not generally equivalent.


7Supplementary problems: column vectors and rank

7.1Problem 6

Decide whether (1,0)T,(2,0)T are linearly independent.

7.2Answer example

They are linearly dependent because (2,0)T=2(1,0)T.

7.3Problem 7

Give the rank of (1,0)T,(0,1)T,(1,1)T.

7.4Answer example

(1,0)T,(0,1)T are independent and (1,1)T=(1,0)T+(0,1)T, so the rank is 2.

7.5Problem 8

Explain why a column relation can be written as Ac=0.

7.6Answer example

If A=[a1an] and c=(c1,,cn)T, then Ac=c1a1++cnan. Thus a column relation is exactly Ac=0.


7.7Problem 9

For

W1={(x,y,z)Tx+y+z=1},
W2={(x,y,z)Tx+y+z=0},
W3={(x,y,z)Tx[PARSE ERROR: Undefined("Command(\"ge\")")]0},

decide which are subspaces and state which condition fails when not.

7.8Answer example

W1 is not a subspace because it does not contain the zero vector. W2 is a subspace. W3 contains the zero vector but is not closed under scalar multiplication, since (1,0,0)TW3 while (-1,0,0)TW3.

7.9Problem 10

Use row operations on

A=(121242110)

to find rankA, a basis for the column space, and dimkerA.

7.10Answer example

(121242110)(1210000-1-1)(1210-1-1000).

Pivots are in columns 1 and 2, so rankA=2. A basis for the column space is given by the original columns

(121),(241).

Since there are 3 unknowns, dimkerA=3-2=1.

7.11Problem 11

Explain how the basis and dimension of C change when viewed over C versus over R.

7.12Answer example

Over C, a basis is {1} and the dimension is 1. Over R, a basis is {1,i} and the dimension is 2, because a+bi=a·1+b·i with real coefficients.


7.13Problem 12

Represent v=(3,1)T in the standard basis E and in

B=((1,1)T,(1,-1)T).

7.14Answer example

[v]E=(31).

For the basis B, solve v=a(1,1)T+b(1,-1)T. Then a+b=3 and a-b=1, so a=2,b=1. Thus

[v]B=(21).

The vector is unchanged, but its coordinates change.

7.15Problem 13

View 02×3 as the matrix of the zero map R3R2. Find its rank, column space, and kernel dimension.

7.16Answer example

All columns are zero, so rank02×3=0. The column space is {0}R2. Every xR3 maps to 0, so ker02×3=R3 and dimker02×3=3. Thus rank plus nullity is 0+3=3.

7.17Problem 14

For

A=(101011112)=[a1a2a3],

solve Ac=0 and choose a basis for the column space.

7.18Answer example

Since a3=a1+a2,

a1+a2-a3=0.

Thus

c=t(11-1)(tR)

solves Ac=0. The columns are dependent, and a1,a2 form a basis for the column space.


7.19Problem 15

For A=(1122), decide solvability of Ax=b for b1=(3,6)T and b2=(3,7)T by comparing ranks.

7.20Answer example

Since the second row of A is twice the first, rankA=1. For b1, the right side has the same relation, so rank(Ab1)=1 and solutions exist. Since there are 2 unknowns and rank 1, infinitely many solutions exist.

For b2,

\left(\begin{array}{cc|c}1&1&3\\2&2&7\end{array}\right)\to\left(\begin{array}{cc|c}1&1&3\\0&0&1\end{array}\right),

so rank(Ab2)=21 and no solution exists.

7.21Explanation

Equality of the ranks of the coefficient and augmented matrices determines existence; comparison with the number of unknowns determines uniqueness.


9Proof exercise: uniqueness of basis coordinates and rank-nullity

9.1Problem

Prove that if B=(v1,,vn) is a basis, then coordinate representation is unique. Also explain rank-nullity:

dimV=dimkerT+dimImT.

9.2Answer

If v=xivi=yivi, then

0=(xi-yi)vi.

Since the vi are linearly independent, every xi-yi=0, so xi=yi.

For rank-nullity, extend a basis of kerT to a basis of V. The images of the added basis vectors form a basis of ImT, splitting the dimension into kernel and image parts.

9.3Explanation

A basis makes coordinates unique. Rank-nullity separates those coordinates into collapsed and surviving directions.

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