Metadata-Version: 2.3
Name: sympy_matrices_random
Version: 0.1.0
Summary: A package for working with random matrices using SymPy
Keywords: sympy,matrix,random,linear algebra
Author: Jan-Philipp Hoffmann
Author-email: Jan-Philipp Hoffmann <>
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: sympy>=1.12
Requires-Dist: pytest>=7.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0 ; extra == 'dev'
Requires-Dist: sphinx>=7.0 ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme>=1.3 ; extra == 'dev'
Requires-Dist: myst-parser>=2.0 ; extra == 'dev'
Requires-Dist: sphinx-math-dollar ; extra == 'dev'
Requires-Dist: m2r2 ; extra == 'dev'
Requires-Dist: sphinx-copybutton ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'
Requires-Dist: sphinx-pytype-substitution ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/sonntagsgesicht/sympy-matrices-random
Project-URL: Documentation, https://sympy-matrices-random.readthedocs.io
Project-URL: Repository, https://github.com/sonntagsgesicht/sympy-matrices-random
Provides-Extra: dev
Description-Content-Type: text/x-rst

SymPy Matrices Random
---------------------

A Python package for working with random matrices using SymPy.

Welcome to the documentation for SymPy Matrices Random, a Python package for working with random matrices using SymPy.


Features
~~~~~~~~

- Generate random matrices with customizable value ranges
- Support for both floating-point and integer matrices
- Full SymPy integration for symbolic operations


Installation
~~~~~~~~~~~~

.. code:: bash

  uv add sympy-matrices-random

or

.. code:: bash

  pip install sympy-matrices-random


License
~~~~~~~

MIT License
