Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mammath

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mammath

A comprehensive package for advanced mathematics and science in Python

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

Downloads - Mammath on Pypi
Mammath is the python library with all the functions you need to do complicated mathematics, anywhere from 2D and 3D graphing calculators to linear algebra, calculus and even physics. We even have a constant and function for practically everything

Release notes 0.3.1 - Bugfixes and deletions directly after 0.3.0

  • Removed deprecated functions
  • Methods are all grouped by category. For instance, all calculus functions can be accessed through mammath.calculus, as well as the standard import
  • Added many new graphs, including the Mandelbrot set (quite spectacular with almost infinite zoom capabilities using the mandelbrot_explorer() class), and other useful plots. The graphing functions have been updated with one function for a function for parametric and Cartesian graphing in 2 and 3 dimensions, as well as complex number functions.
  • Changed checkers_and_printers to special numbers and refactored the method names to be more intuitive
  • Added two new tables
  • Added new sequencing methods (arithmetic sums, geometric sums, etc.)
  • Created many new physics methods, including time dilation methods, path integrals, and even a photoelectric effect simulator
  • New linear algebra classes - Vector and Matrix, which each come will useful methods. Methods to compute linear least squares, eigenvalues, and more.
  • Many new complex functions, including complex hyperbolic methods, the Lambert W function, and the gamma function
  • New coordinate geometry section. It already has a multitude of features from the construction of special triangle cevians and special centers (more than you think), to rotations and reflections. We plan to continue expanding this section to a full-on coordinate-based geometry engine with complex geometrical operations
  • Created many new calculus functions, from integral approximations like the trapezoidal rule, to multivariable calculus (partial derivatives, divergence, and curl). There are also new methods for each calculus function that allow you to visualize the actual function (e.g. derivative calculates the derivative at a point but f_derivative produces a function that can be used to compute, graph, and so much more)

Enjoy some cool graphs that can be made with the newest release of mammath:

It is built upon several other modules including sys, tkinter, string, time, math, cmath, fractions, mpmath, keyboard, numpy, tabulate, re, matplotlib, and modules within them.

All categoriesAll categories
Shunting Yard AlgorithmMath Teachers (beta ascii courses)
Operations (logs, factorials, standard form, sums, hcf, lcm, etc.)Prime Numbers
Number / Sequence ChecksFibonacci
Divisibility checks + learn tricks (beta)Fractions
GeometrySequences
ConstantsBase conversions
GraphingAlgebra
Linear AlgebraCalculus
Complex (complex ln, etc.)Physics
Unit conversionsMiscellaneous (Equation parser, special numbers)
Coordinate GeometryDeprecated

We hope Mammath is a useful and reliable asset. Install via pip install mammath

Thank you!

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc