Skip to content

Provides functions and classes for solving problems in Algebra, Geometry, and Calculus.

Notifications You must be signed in to change notification settings

omar-st/factorial

Repository files navigation

Yet Another Geometric Calculations Library

This project produces easy to use functions for use in different fields of mathematics. In particular, for algebra, geometry, and calculus. Additionally, for analysis, combinatorics, and probability.

This is a software library for performing mathematical calculations and manipulations in mostly geometric and calculus contexts. The project provides classes and functions for mathematical tasks.


Goals:

  1. A good study project. I am a high school math teacher, who is currently studying computer science in higher ed.
  2. Provide an accurate and efficient way to perform mathematical calculations in geometric contexts.
  3. Offer a reusable software library for developers working on projects involving geometry, algebra, or calculus.
  4. Provide a different approach and interface than mathlib or numpy, and avoid importing prebuilt functions.
  5. Where possible, have each class and function be a simple application of a well understood mathematical result.

Use Cases:

  1. Students and teachers who want good demonstrations and working applications of problems in the math curriculum.
  2. Engineers, architects, researchers, or designers who need to calculate distances, angles, derivatives, integrals, progressions, etc.
  3. Software developers building applications that require mathematical computations, such as:
    • Scientific simulations
    • Graphics rendering engines
    • Mathematical model visualization tools

Target Audience

The target audience for this project is anyone who needs to perform mathematical calculations, such as students, researchers, engineers, or developers. The code is designed to be easy to understand and use, without requiring dependencies. Overall, this project provides a practical collection of mathematical functions and classes that can be used in various contexts, from educational purposes to real-world applications, and is easy to reuse.

MIT Licensed. Reuse and modify without restriction.

License Text

Copyright Omar Streete

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Provides functions and classes for solving problems in Algebra, Geometry, and Calculus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages