Coder Social home page Coder Social logo

Representants of cosets about furiousgenius HOT 2 CLOSED

aidevnn avatar aidevnn commented on June 3, 2024
Representants of cosets

from furiousgenius.

Comments (2)

aidevnn avatar aidevnn commented on June 3, 2024

function Op(g::QuotientGroup, e1::Elt, e2::Elt)::Elt
e0 = Op(g.superGroup, e1, e2)
r = g.representants[e0]
# if r != e0
# println("FIXME ", e1, " * ", e2, " = ", e0, " != ", r, " in ", BaseGroup(e0)) # FIXME
# # coset representant is actually the minimum for lexical order but
# # nothing is done to check the set of these representants
# end
return r
end

The commented lines inside this function are printing when a mapping is done and it can be used to find issues when internal direct product is computing.

from furiousgenius.

aidevnn avatar aidevnn commented on June 3, 2024

The internal direct product must only be between correct subgroup.
The quotient group of the supergroup with this normal subgroup is a different type of subgroup which element are classes and it is invalid to reuse it for direct product and it must throw an exception. An external direct product is the correct approach.

from furiousgenius.

Related Issues (5)

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.