Metadata-Version: 2.1
Name: maysics
Version: 0.1.2
Summary: A framework for calculating and modeling
Home-page: https://github.com/HOKOTATE-pzw/maysics.git
Author: HOKOTATE
Author-email: pangzewei2010@foxmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy (>=1.3.0)


# maysics
本库是用于科学计算和快速建模

maysics主要包括七个模块：<br/>
1、algorithm 封装了几种算法，用于简易模拟；<br/>
2、constant 储存了部分常数；<br/>
3、models 封装了几种常用的数学物理定律、方程、模型以便快速构建数理模型；<br/>
4、model_selection 用于评估和选择模型；<br/>
5、operator 封装了常见的算符算子，辅助数学运算；<br/>
6、transformation 封装了常用的坐标转换及其他数学变换；<br/>
7、utils 是额外工具箱。<br/>


This package is used for scientific calculating and fast modeling

maysics includes seven modules:<br/>
1. "algorithm" packages several algorithms for simple simulation;<br/>
2. "constant" stores common constants;<br/>
3. "models" packages several coommon laws and equations of physics and models for fast modeling;<br/>
4. "model_selection" used for estimating and selecting models;<br/>
5. "operator" packaes common operatoes;<br/>
6. "transformation" packages common coordinate transformations and other mathematical transformations;<br/>
7. "utils" is extra Utils.

