An open API service indexing awesome lists of open source software.

https://github.com/echo724/mphyspy

Python3 library to calculate college modern physics problems
https://github.com/echo724/mphyspy

calculator matrix modern-physics physcis problem-solving tool

Last synced: 3 months ago
JSON representation

Python3 library to calculate college modern physics problems

Awesome Lists containing this project

README

        

# MphysPy

[![PyPI version](https://badge.fury.io/py/mphyspy.svg)](https://badge.fury.io/py/mphyspy)
[![Run on Repl.it](https://repl.it/badge/github/eunchan1001/mphyspy)](https://repl.it/github/eunchan1001/mphyspy)

MphyPy is a Python3 library for calculating college level modern physics problems

## Requirements

To use mphyspy, these packages are required

- [sympy](https://www.sympy.org/en/index.html)
- [numpy](https://numpy.org)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install mphyspy.

```bash
$pip install mphyspy
```
## Usage
```bash
$python
```
```python
>>>from mphyspy import *
modules loaded successfully
>>>ct.g
#finestructure constant
2.002319
```
## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)