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
- Host: GitHub
- URL: https://github.com/echo724/mphyspy
- Owner: echo724
- License: mit
- Created: 2020-04-14T03:41:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T16:17:41.000Z (about 2 years ago)
- Last Synced: 2025-01-19T17:57:32.396Z (5 months ago)
- Topics: calculator, matrix, modern-physics, physcis, problem-solving, tool
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MphysPy
[](https://badge.fury.io/py/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
```
## ContributingPull 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/)