Zulip Chat Archive
Stream: new members
Topic: integrate with other math software
stark (Jan 24 2024 at 04:46):
Is it possible to integrate lean and other math software like sage and geogebra to enhance its ability of calculation and geometry plotting ?
Jireh Loreaux (Jan 24 2024 at 05:53):
There is some interaction between Lean and computer algebra systems. For example, the polyrith
tactic outsources the Gröbner basis calculation to sage in order to produce a certificate that Lean can check quickly. What exactly are you looking for?
stark (Jan 24 2024 at 06:09):
For example, I want to add a widget of geogebra, plotting on it and transfer data to lean and prove the geometry theorem in lean.
Jireh Loreaux said:
There is some interaction between Lean and computer algebra systems. For example, the
polyrith
tactic outsources the Gröbner basis calculation to sage in order to produce a certificate that Lean can check quickly. What exactly are you looking for?
Jireh Loreaux (Jan 24 2024 at 06:30):
What data exactly do you imagine being transferred? Can you provide a simplified example?
Last updated: May 02 2025 at 03:31 UTC