Skip to content

ChloeLarroze/Laplace-equation-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Laplace-equation-solver

This repository contains a Jupyter notebook that demonstrates the solution to the Laplace equation in two dimensions using an iterative numerical method. The notebook covers the discretization of the Laplace equation and includes the code to solve it, as well as a detailed explanation of the mathematical proof using Taylor expansions.

This project was completed during my second year of Prépa, which is an intensive two-year preparatory course in France for students aiming to enter engineering schools. It focuses on advanced mathematics, physics, and other sciences.

Code result

Contents

  • Laplace Equation Solver Notebook: The notebook contains all the Python code and the mathematical explanations to solve the equation and visualize the results.

Usage

To explore the code and explanation, simply open the Jupyter notebook in your local environment or use an online notebook viewer like JupyterLab.

Requirements

  • Python 3.x
  • Jupyter Notebook
  • numpy
  • matplotlib

All the relevant content is inside the notebook.

About

Solution to the Laplace equation in two dimensions using an iterative numerical method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published