Metadata-Version: 2.4
Name: mathnexus
Version: 0.3.8
Summary: A pure Python library for Linear Algebra and 2D Geometry.
Home-page: https://github.com/Sidra-009/mathnexus
Author: Sidra Saqlain
Author-email: Sidra Saqlain <sidrasaqlain11@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# MathNexus: A Python Library for Linear Algebra and Geometry
[![PyPI version](https://img.shields.io/pypi/v/mathnexus.svg)](https://pypi.org/project/mathnexus/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**Mathnexus** is a lightweight, zero-dependency Python library designed for developers, students, and researchers who need fast Linear Algebra computations and Physics simulations without the overhead of heavy frameworks. 

The standout feature is its **High-Resolution Terminal Plotter**, which allows you to visualize scientific data directly in your console or Jupyter Notebook using beautiful ASCII-based graphics.

---

## Key Features

- **Linear Algebra:** Optimized Matrix operations (multiplication, addition, and vector handling).
- **Physics Engine:** Real-world gravity simulations and kinematic calculations.
- **Terminal Visualizer:** High-resolution parabolic and linear plotting.
- **Zero Dependencies:** Runs on pure Python. No complex installation issues.
- **Environment Agnostic:** Works perfectly in VS Code, Windows CMD, Linux Terminal, and Jupyter/Colab.

---

## Installation

Install the library via pip:

```bash
pip install mathnexus
