MathWolrd is a python module for using sympy with analytic geometry.
Use objects to simulate geometric elements on a 2D plane, such as points, lines, and segments. By using SymPy to define their characteristics, it is possible to utilize MathWorld to solve symbolic problems on the Cartesian plane.
You can check out the documentation in the repo Wiki
Compared with version 0.1.0, external functions have been included in classes such as @staticmethod
and the documentation has been improved for a better approach! I also improved the handling of variables of type float.
You will be able to see more details within the Github Releases
To install mathworld you can use pip (if you already have python installed) by typing the following command in your terminal
pip install mathworld
Alternatively, you can download MathWorld.zip
from the most recent Github Release.
This project makes use of SymPy, a Python library for symbolic mathematics.
I gratefully acknowledge the developers and contributors of SymPy for their exceptional work in creating and maintaining this robust and versatile computational tool. SymPy is released under the BSD license.