Click here to Skip to main content
15,880,392 members
Articles / Programming Languages / Python

Using Python to Solve Computational Physics Problems

Rate me:
Please Sign up or sign in to vote.
4.96/5 (12 votes)
12 Jan 2020CPOL6 min read 86.8K   23  
This article demonstrates how to use Python to solve simple Laplace equation with Numpy library and Matplotlib to plot the solution of the equation. We'll also see that we can write less code and do more with Python.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Indonesia Indonesia
-

Comments and Discussions