Algebra
Bases and coordinates
Dr. Nguyen Tuan Long
MFE - Mathematics Faculty of Economics
Coordinates with respect to a basis
Denition
Let v R
n
be a vector, and B = {x
1
, x
2
, . . . , x
n
} be a basic. Then v must be a linear
combination of {x
1
, x
2
, . . . , x
n
}. That is, there is exactly one choice of r
1
, r
2
, . . . , r
n
such that
v = r
1
x
1
+ r
2
x
2
+ . . . + r
n
x
n
.
We say that (r
1
, r
2
, . . . , r
n
) is the coordinates of v with respect to the basis B.
Examples
The vector v, which has coordinates of (1, 2, 3) w.r.t the standard basis in R
3
, has
coordinates of (2, 1, 0) w.r.t the basis B = {(0, 1, 1), (1, 0, 1), (1, 1, 0)}.
2/7
Coordinates with respect to a basis
3/7
Linear combinations and matrices
Property
Let B = {x
1
, x
2
, . . . , x
n
} be a basic of R
n
, and v be a vector in R
n
. Then the
coordinates
(
r
1
,
r
2
, . . . ,
r
n
)
of
v
w.r.t the basis
B
are given by
r
1
r
2
.
.
.
r
n
= A
1
v
Examples
Find the coordinates of v = (2, 4, 1) w.r.t the basis B = {(2, 0, 2), (4, 1, 0), (3, 2, 1)}?
4/7
Change of basis
Property
Suppose that B
1
and B
2
are bases of R
n
. Then there is a matrix C with the following
property: if v R
n
and (r
1
, r
2
, . . . , r
n
) and (s
1
, s
2
, . . . , s
n
) are the coordinates of v with
respect to the bases B
1
and B
2
, then
s
1
s
2
.
.
.
s
n
= C
r
1
r
2
.
.
.
r
n
.
5/7
Change of basis
Property
Suppose that B
1
= {x
1
, x
2
, . . . , x
n
} and B
2
= {y
1
, y
2
, . . . , y
n
} are bases of R
n
.
Additionally, let
(
c
1j
,
c
2j
, . . . ,
c
nj
)
be the coordinates of
x
j
with respect to the basis
B
2
,
that is, x
j
= c
1j
y
1
+ c
2j
y
2
+ . . . + c
nj
y
n
. Denote C = [c
ij
]
n×n
. Then, for any vector v
which has the coordinates w.r.t the bases B
1
and B
2
of (r
1
, r
2
, . . . , r
n
) and
(s
1
, s
2
, . . . , s
n
), respectively. Then
s
1
s
2
.
.
.
s
n
= C
r
1
r
2
.
.
.
r
n
.
6/7
Linear combinations and matrices
Examples
Let B
1
= {x
1
, x
2
, x
3
} and B
2
= {y
1
, y
2
, y
3
} be two bases of R
3
:
B
1
: x
1
=
1
2
1
, x
2
=
0
1
3
, x
3
=
2
0
1
. B
2
: y
1
=
1
1
1
, y
2
=
2
0
1
, y
3
=
0
1
2
.
Tasks:
Find the change-of-basis matrix C such that s = Cr, where r and s are the
coordinates of v in B
1
and B
2
.
Compute the coordinates of v =
3
4
5
in both B
1
and B
2
.
7/7

Preview text:

Algebra Bases and coordinates Dr. Nguyen Tuan Long
MFE - Mathematics Faculty of Economics
Coordinates with respect to a basis Definition
Let v Rn be a vector, and B = {x1, x2, . . . , xn} be a basic. Then v must be a linear
combination of {x1, x2, . . . , xn}. That is, there is exactly one choice of r1, r2, . . . , rn such that
v = r1x1 + r2x2 + . . . + rnxn.
We say that (r1, r2, . . . , rn) is the coordinates of v with respect to the basis B. Examples
The vector v, which has coordinates of (1, 2, 3) w.r.t the standard basis in R3, has
coordinates of (2, 1, 0) w.r.t the basis B = {(0, 1, 1), (1, 0, 1), (1, 1, 0)}. 2/7
Coordinates with respect to a basis 3/7
Linear combinations and matrices Property
Let B = {x1, x2, . . . , xn} be a basic of Rn, and v be a vector in Rn. Then the
coordinates (r1, r2, . . . , rn) of v w.r.t the basis B are given by   r1  r  2    .  ..  = A−1v rn Examples
Find the coordinates of v = (2, 4, −1) w.r.t the basis B = {(2, 0, 2), (4, 1, 0), (3, 2, 1)}? 4/7 Change of basis Property
Suppose that B1 and B2 are bases of Rn. Then there is a matrix C with the following
property: if v Rn and (r1, r2, . . . , rn) and (s1, s2, . . . , sn) are the coordinates of v with
respect to the bases B1 and B2, then     s1 r1  s    2 r2      .    . .
.  = C  ..  . sn rn 5/7 Change of basis Property
Suppose that B1 = {x1, x2, . . . , xn} and B2 = {y1, y2, . . . , yn} are bases of Rn.
Additionally, let (c1j, c2j, . . . , cnj) be the coordinates of xj with respect to the basis B2,
that is, xj = c1jy1 + c2jy2 + . . . + cnjyn. Denote C = [cij]n×n. Then, for any vector v
which has the coordinates w.r.t the bases B1 and B2 of (r1, r2, . . . , rn) and
(s1, s2, . . . , sn), respectively. Then     s1 r1  s    2 r2      .    . .
.  = C  ..  . sn rn 6/7
Linear combinations and matrices Examples
Let B1 = {x1, x2, x3} and B2 = {y1, y2, y3} be two bases of R3:             1 0 2 1 2 0 B             1 : x1 =
2 , x2 = 1 , x3 = 0 . B2 : y1 = 1 , y2 = 0 , y3 = 1 . 1 3 1 1 1 2 Tasks:
Find the change-of-basis matrix C such that s = Cr, where r and s are the
coordinates of v in B1 and B2.   3
Compute the coordinates of v = 4 in both B1 and B2. 5 7/7