# LaplaceSovler **Repository Path**: hhss/LaplaceSovler ## Basic Information - **Project Name**: LaplaceSovler - **Description**: Laplace方程的数值解法, Python实现 - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2015-07-09 - **Last Updated**: 2022-02-20 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README #LaplaceSovler 使用Python写成, 文档中描述了使用的方法. 我用Cython改写了一下, 谁能告诉我为什么没有变快? #依赖 需要安装numpy和matplotlib $ sudo pip3 install numpy $ sudo apt-get install python3-matplotlib #运行方法 $ cd Python $ python3 Laplace5.py #运行结果 会弹出一个窗口显示结果3D图