Coder Social home page Coder Social logo

lili-symposium's People

Contributors

zhzhzoo avatar

Watchers

 avatar  avatar  avatar

lili-symposium's Issues

Chapter 2

#1 The Definition of Group

1

(1)
1 = (1 2 3), x = (2 3 1), x^2 = (2 3 1)(2 3 1) = (3 1 2),
y = (2 1 3), xy = (2 3 1)(2 1 3) = (1 3 2), x^2y = (3 1 2)(2 1 3) = (3 2 1)

(2)

1 x x^2 y xy x^2y
1 1 x x^2 y xy x^2y
x x x^2 1 xy x^2y y
x^2 x^2 1 x x^2y y xy
y y x^2y xy 1 x^2 x
xy xy y x^2y x 1 x^2
x^2y x^2y xy y x^2 x 1

2

(a)
Associativity: By the associativity of matrix multiplication.
Identity: The identity matrix.
Inverse: The inverse matrix. Every matrix in . has an inverse matrix since it's determinant is not zero.
Closure: The product of two invertible matrix is also invertible.

(b)
Associativity: By the associativity of maps.
Identity: The identity permutation.
Inverse: The inverse permutation.
Closure: By definition of .

3

Associativity: By the the associative law of composition.
Identity: The identity element.
Inverse: Elements in the subset are all invertible.

4

.

5

No. A counter example is in .:
. but ..

6

((ab)c)d, (a(bc))d, a((bc)d), a(b(cd)

7

(ab)c = ac = a,
a(bc) = ab = a.

8

., .

9

.,
.

10

.

11

Associativity: .
Identity: .
Inverse: .
Closure: Inherited from G.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.