GithubHelp home page GithubHelp logo

Comments (6)

meuns avatar meuns commented on August 16, 2024 2

I wrote a very hacky thing following the same approach but it was quite clear sympy was useless manipulating the resulting expressions (very large polynomials expressions). I'm interested to follow this work, maybe you will find nice ways to tie GA and sympy together. On the other hand, I started to read a lot of papers about doing geometric proofs using computers. Most of them are wrote by Hongbo Li, he also wrote a nice book (https://www.amazon.com/Invariant-Algebras-Geometric-Reasoning-Hongbo/dp/9812708081). I'm still trying to find an implementation.

from galgebra.

utensil avatar utensil commented on August 16, 2024

I finally read the gist and find it quite neat. One concern, should we use the private _sympifyit?

from galgebra.

eric-wieser avatar eric-wieser commented on August 16, 2024

One concern, should we use the private

Sympy has not been built for ease of writing extension algebras - we have little choice but to call private methods if we want to actually integrate with rather than just depend on sympy

from galgebra.

utensil avatar utensil commented on August 16, 2024

If we're going to use private methods (as an important design dependency) in SymPy, it's better to bring the discussion to SymPy and possibly submit PRs to make it part of the API.

from galgebra.

eric-wieser avatar eric-wieser commented on August 16, 2024

Found a useful part of the (private) sympy API, _constructor_postprocessor_mapping (example here)

https://github.com/sympy/sympy/blob/master/sympy/core/basic.py#L1793-L1822

This would allow us to overload Add(mv, mv).

from galgebra.

utensil avatar utensil commented on August 16, 2024

I believe the equivalence of this is happening already, only in a different approach: https://github.com/pygae/galgebra/commits/master/galgebra/atoms.py . Should we close this? @eric-wieser

from galgebra.

Related Issues (20)

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.