v1.0.7
Improve the style and usage of the code in partialDiffEqs.mlx
-
The function cnPDEu0 is to be created by the user during interactions in partialDiffEqs.mlx. The included incomplete implementation of cnPDE.m, when completed per Exercise 5, can be copied to form the basis for cnPDEu0. The changed function signature is presented in Exercise 6.
-
The code that used to call cnPDEu0 for testing in Exercise 6 is commented out with instructions to uncomment once cnPDEu0 has been implemented.