MATLAB: Graphing the first PDE

graphing pde

Hello! I am new to Matlab and trying to graph my first PDE. I have no idea how it works, can any one help me with how to write the script for the following PDE
c(āˆ‚uāˆ‚x) + āˆ‚uāˆ‚t = 0 with initial condition u(x, 0) = arctan(x). Plot the solution to this PDE for a few different values of c (small, large, positive, negative)
Thanks šŸ™‚

Best Answer

how do find the correct boundary conditions when (initial condition) uo = atan(x) and the PDE equation is c(āˆ‚uāˆ‚x) + āˆ‚uāˆ‚t = 0 ?
Related Question