Matthew P. answered 09/16/19
Computer Science Student Who Loves Teaching Math
Hi there!
In linear algebra, e1, e2, e3, …, en are standard unit vectors in a vector space Rn, where their subscripts correspond to that entry in the vector that's 1.
That is to say, if you're working with 3D vectors in R3, then you would have standard unit vectors
e1 = (1, 0, 0); e2 = (0, 1, 0); e3 = (0, 0, 1). If you write these in matrix notation, you would have
1
e1 = 0
0
0
e2 = 1
0
0
e3 = 0
1
And, as the basis vectors for a 3x3 matrix, you would get the identity matrix I3:
1 0 0
0 1 0
0 0 1
I hope this helped, and let me know if you have any more questions!
Greg H.
x09/16/19
Matthew P.
I see, I thought you were asking what e1, e2, and e3 were – I'm afraid I'm not familiar with symmetric groups. My apologies!09/16/19
Greg H.
No problem. Thanks anyway. I'm working on group representation and character theory. My tutor will help when I set up a lesson.09/16/19
Greg H.
I understand how to represent S3 (symmetric group of 6 elements) as a 3x3 matrix. My question is how to represent S3 as 2x2 matrices.09/16/19