# math **Repository Path**: x-field/math ## Basic Information - **Project Name**: math - **Description**: 数学相关库,数学相关库 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-09 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 - Math_for_Programmers [这本书](https://livebook.manning.com/book/math-for-programmers)的配套源码, [微信读书](https://weread.qq.com/web/reader/818320a0728a4acc8189214kc81322c012c81e728d9d180) ```shell # python3 -m pip list # python3 -m pip uninstall matplotlib python3 -m pip install matplotlib==3.4.3 # 不要下载 3.5 git clone https://gitee.com/x-field/math.git cd Math_for_Programmers/Ch03 python3 main.py ``` - Linear-Algebra 线性代数的计算函数 - trigonometric 三角函数