Skip to main content

Mathematical Environment Library in Python

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

unimath — Mathematical Environment Library in Python

unimath is a Python library that provides an abstract mathematical environment designed to represent and manipulate sets, intervals, and number systems in a symbolic and intuitive way.

The project is continuously growing, with new mathematical structures and operations being added every day.

Developed and maintained by a Mathematics undergraduate student at Marmara University, unimath aims to combine mathematical theory with computational representation, creating a bridge between abstract reasoning and code implementation.


Features

  • Abstract representation of Sets, Intervals, and Number Systems

  • Support for Vector operations and linear algebra concepts

  • Symbolic and numerical computation environment

  • Integration with matplotlib for visualization

  • Intuitive class structures and error handling for mathematical rigor


Vector

  • Magnitude

  • Specific vector information

  • Inner product

  • Angle between two vectors

  • Visualization with matplotlib

  • Find unit vector

  • Cosine value between two vectors

  • Projection around two vectors


Matrix

  • Precisely defined mathematically

  • Transpose

  • Special matrix definitions

  • Determinant

  • Hadamard and classical product

  • Symbolic Matris

  • (3,3) Sarrus Method


Combinatorics

  • Permutation

  • Combination

  • Posibilty


Calculus

  • Find Supremum İnfrimum value

  • Σ and Π operations

  • Transformation

  • Monotonicity of the series

  • Symbolid sequance


Visualization

unimath includes built-in vector visualization features using matplotlib, allowing users to plot and analyze vector relationships directly in Python. This helps bridge the gap between symbolic manipulation and geometric intuition.

Installation / Download

PyPI (Recommended)

pip install unimath

Git

git clone  https://github.com/Jolankaa/unimath
cd unimath
pip install .

Few Examples

import unimath
# Example: Creating a vector

v = unimath.Vector([1,2,3])

print("Magnitude:", v.magnitude())
# For visualization
v.Visualization()

# Example: Creating a matrix

m = unimath.Matrix([[1,2],[3,4]])
print("Determinant:", m.determinant())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unimath-1.4.1.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unimath-1.4.1-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file unimath-1.4.1.tar.gz.

File metadata

  • Download URL: unimath-1.4.1.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for unimath-1.4.1.tar.gz
Algorithm Hash digest
SHA256 a23187dea2e3d50d703d56e40193a530c1876a0a95aa5e2fc6e33b184ea3a7f9
MD5 595446b2fdce7913d7f5f0e6c7fd8d76
BLAKE2b-256 f6648d5253e0b4ec234678fd9c00b7ee812d5feb260693061a614a67b33ba0f0

See more details on using hashes here.

File details

Details for the file unimath-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: unimath-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for unimath-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b737275b417512b5172e7ea735a56377d0377acad2b9fc2189c5a5fd6cd5af20
MD5 87c2dc336376163d013afb646885601e
BLAKE2b-256 35984a1a98e2859b099a923fbed59b9c47df81bc9fe6cef5da29b843e2841e0f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page