首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
代做MAT301H1、代写R编程语言
项目预算:
开发周期:
发布时间:
要求地区:
niversity of Toronto
Faculty of Arts and Sciences
MAT301H1 - S: Groups and Symmetries
Winter 2024
Homework 1
1 Problems to be submitted
Make sure you follow all the indications as stated in the syllabus.
Don*t let yourself be impressed by the length of the homework or how the problems look. They
are divided into parts to guide you through the problems and make the ideas accessible.
In this problem set we explore the notion of symmetries of some objects and in the techniques
of counting how many symmetries there are via linear algebra.
In problem 1 we develop the cycle notation and the product of transposition. We prove the sign
is well defined.
Problem 2 explores the dihedral group and it is solved in exactly the same way as we studied
the symmetries of the coloured cube in the class. Think of that example while solving.
Problem 3 develops the notion of order in groups and how to use the ideas we develop in problem
2 to study the orders in the dihedral group.
Problem 4 explores the notion of groups being the same or different (which later we will denote
by the term isomorphic).
Remember, our objective in this course is in great part how to use groups to compute. We
develop the notion of §what do we mean by computing with groups§ by exploring this examples,
which as we move forward will build up towards very beautiful ideas.
1. In lecture we have discussed the symmetric group (i.e. the group of permutations of n distinct elements).
We defined the cycle notation for its elements. We denoted this group by Sn.
(a) (3 points) Write in disjoint cycles all the elements of S4 (that is, the permutations of the 4 elements
1, 2, 3, 4.)
Hint: Don*t over think it. Just do it.
(b) (1 point) Let a1, ..., ak be different numbers from 1, 2, ..., n. Prove that
(a1, ..., ak) = (ak, ak?1)....(ak, a1)
For example, (1, 2, 3, 4) = (4, 3)(4, 2)(4, 1).
Note: The above parenthesis denote cycle notations of permutations.
(c) (1 point) Use the previous fact to prove the following: All permutations can be written as a com-
position of transpositions.
1
(d) (4 points) It is not true that a permutation can be written as a composition of transpositions in a
unique way. However, the following fact is true: The parity of the number of transpositions used
to write a fixed permutation is invariant.
Prove the above fact.
Hint: Taking a smaller than b, what is the parity of the number of times ways that a and b cross
each other as you read the transpositions in a given composition from the original order to the new
one?
(e) (1 point) Given a permutation 考 ﹋ Sn, we define its sign, and denote if by sgn(考), as 1 or ?1
according to whether we used an even number or an odd number of transpositions to write 考.
Explain why the sign is well defined and verify that
sgn(考1考2) = sgn(考1)sgn(考2),
where 考1, 考2 are any two permutations.
2. Let n be a positive integer. Consider the points
Pk = (cos(2羽k/n), sin(2羽k/n)),
for k = 0, 1, ..., n? 1. They are the n vertices of a regular n?gon. Notice that P0 = (1, 0).
We also call the midpoint between Pk and Pk+1 by Mk (the subindices run modulo n, so Mn?1 is the
midpoint between Pn?1 and P0.)
Notice that the vertices and the midpoints alternate. If we read them counterclockwise they are
P0,M0, P1,M1, ..., Pn?1,Mn?1.
They create 2n segments, each with one vertex and one midpoint as endpoints. We will call these
segments by chambers and denote chamber P0M0 by C.
We want to answer the question: what is the structure of the linear transformations 朴 : R2 ?↙ R2
that send the vertices to the vertices and preserve their adjacency. In other words, the isometries of the
n? gon.?
The isometries of the n?gon form a group which is called the Dihedral Group and denoted by Dn.
(a) (1 point) Verify that the isometries of the n?gon always send C to some chamber.
(b) (2 points) Let 朴1,朴2 : R2 ?↙ R2 be any two isometries of the n?gon. Prove that if 朴1 and 朴2
send the chamber C to the same place, then
朴1 = 朴2.
Notice that the above equality is an equality of linear transformations.
(c) (1 point) Let S : R2 ?↙ R2 be the reflection in the X-axis and R : R2 ?↙ R2 a counterclockwise
rotation by an angle of 2羽/n. Justify that S and T are isometries of the n? gon.
(d) (2 points) By tracking its action on C, justify the following fact: all isometries of the n?gon can
be written as compositions of S and R.
(e) (1 point) Use the above facts to justify the following fact: there are as exactly the same number of
chambers than of isometries of the n?gon.
(f) (1 point) How many isometries does the n-gon has?
(g) (2 points) Suppose we ignore the midpoints and we instead call the sides of the n?gon the chambers.
In this case, there are n chambers and so the number of isometries is not the same a the number of
chambers.
What part of the previous process, when we consider the midpoints, breaks down if we only consider
the sides as the chambers? Explain carefully.
Page 2
3. We say a transformation has order n if n is the smallest positive integer such that when you perform
the transformation n times you obtain the identity transformation.
For example, in the permutation group S4, the permutation (1, 2, 3) has order 3 because:
(1, 2, 3)(1, 2, 3) = (1, 3, 2)
and
(1, 2, 3)(1, 2, 3)(1, 2, 3) = (1, 3, 2)(1, 2, 3) = (1)(2)(3) = identity.
Another example: for the isometries of the coloured cube, each of the reflections has order 2.
(a) (3 points) Compute the order of all the elements of S4.
Hint: This is easy. Just do it by hand and notice there is a lot of repetition! Don*t over think it!
(b) (2 points) Prove that in Dn, the dihedral group defined in the previous problem, R has order n.
(c) (1 point) Let 朴 be an element of the Dihedral group Dn. Prove that it has a finite order, that is,
prove there exists a positive integer m such that
朴m = identity.
Hint: What happens with the chambers as you apply succesive powers of 朴? Problem 2(b) will be
useful here.
(d) (2 points) Let 朴 be an element of the Dihedral group Dn whose order is m. Denote by Ck = 朴k(C)
for k = 0, 1, ...,m ? 1. That is, C0, ..., Cm?1 is the set of chambers that you can reach with the
powers of 朴.
Let D be a chamber different from C0, ..., Cm?1, in case there exists one. There exists 朵, an isometry,
such that 朵(C) = D by problem 2. Denote by Dk = 朴k(D) for k = 0, 1, ...,m? 1.
Prove that D0, ...,Dm?1 are different among themselves and different from all of C0, ..., Cm?1.
(e) (2 points) Prove that the order of each element of the Dihedral group divides 2n.
Hint: Using the previous part you can divide the set of all chambers, which has cardinality 2n,
into subsets of order m. These subsets consist of the chambers reached from a given chamber using
朴0, ...,朴m?1.
4. We have constructed several groups so far. Amopng then are the following groups:
1. The permutation group S4,
2. The isometries of the coloured cube (what we did in lecture),
3. The Dihedral group D12, that is, the isometries of the 12?gon (called a regular dodecagon).
We have proven all of them have 24 elements! (Make sure you understand this) In this question we
explore whether they are the same or different group.
A cube has 8 vertices. If v is a vertex, then ?v is also a vertex (the vertex farthest away!). We can
group the vertices into four pairs of antipodal vertices like this.
(a) (2 points) Prove that every isometry of the coloured cube sends a pair antipodal vertices to another
(possibly different) set of antipodal vertices.
Hint: You do not need to check this for the 24 isometries. We have seen in lecture all the isometries
are built out of three specific ones! Use that to your advantage.
(b) (3 points) Call L1, L2, L3, L4 the four pairs of antipodal points we have defined. By the previous
part, there exists a permutation 考 of S4 such that
朴(Li) = L考(i).
(Make sure you understand how to construct it!) Call that permutation by P (朴).
Page 3
Justify that
P (朴1 ? 朴2) = P (朴1) ? P (朴2).
Remark: The ? on the right hand side is the composition of permutations in S4, while the ? in
the left hand side is the composition of linear transformations.
(c) (2 points) Prove that if 朴1,朴2 are two permutations of the coloured cube with P (朴1) = P (朴2)
then 朴1 = 朴2.
Hint: Use Linear Algebra!
(d) (1 point) We have explained in lecture that a group is a set with a multiplication table. Explain
why the above parts proves that the multiplication tables of S4 and of the symmetries of the cube
are the same.
You don*t have to be extremely precise, as we have not developed the exact terminology for this.
We are understanding the notions at the moment.
Remark: Once we define all appropriately, we shall say that the groups are isomorphic and the
map P is an isomorphism.
(e) (2 points) Prove that the Dihedral group D12 has an essentially different table to the other two
groups, despite having the same number of elements.
Hint: Who would correspond to R?
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!