# astar-mathtool **Repository Path**: hoops/astar-mathtool ## Basic Information - **Project Name**: astar-mathtool - **Description**: 基于scipy的数学库 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2025-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: math ## README # astar-mathtool [![version](https://img.shields.io/pypi/v/astar-math.svg)](https://pypi.python.org/pypi/astar-math) [![gitee](https://gitee.com/hoops/astar-mathtool/badge/star.svg)](https://gitee.com/hoops/astar-mathtool/stargazers) [![download](https://img.shields.io/pypi/dm/astar-math.svg)](https://pypi.org/project/astar-math) [![wheel](https://img.shields.io/pypi/wheel/astar-math.svg)](https://pypi.python.org/pypi/astar-math) ![licence](https://img.shields.io/pypi/l/astar-math.svg) ![status](https://img.shields.io/pypi/status/astar-math.svg) [![wakatime](https://wakatime.com/badge/user/153c2113-19ae-40fb-ad48-298f9e152099/project/cf5331ea-9042-441c-89d9-68a8aa4f1440.svg)](https://wakatime.com/badge/user/153c2113-19ae-40fb-ad48-298f9e152099/project/cf5331ea-9042-441c-89d9-68a8aa4f1440) 基于scipy的科学计算库 目前包含一些基础的计算功能 - curve 曲线计算 - functions 函数和函数相关 - fuzzy 模糊数学工具 - lie 李群/李代数相关的工具 - linear_algebra 线性代数 - numbers 扩展数字 - optimize 最优化模型 - plot 绘图函数扩展 - random 随机数 - special 特殊数学函数 ### 参考资料 [1] https://github.com/ASTARCHEN/astartool [2] https://github.com/astar-club/astar-devopstool-python