my task is to code a FTCS and Lax-Friedrichs scheme for PDEs. Here is the code
import numpy as np import matplotlib.pyplot as plt N = 90 t_max = 0.5 x_min =