News

The object of this project is to solve the 2D heat equation using finite difference method. It’s a MATLAB code that can solve for different materials such as (copper, aluminum, silver, etc….) or it ...
% % Spectral Methods for PDEs - 2D Heat Equation % % % This script implements and compares the Fourier Spectral Method and % % Finite Difference methods for solving the 2D heat equation. % % The ...
Abstract This paper presents a comprehensive numerical study of the two-dimensional time-dependent heat conduction equation using the Forward Time Centered Space (FTCS) finite difference scheme. The ...