Skip to content

v1.0.7

Compare
Choose a tag to compare
@eszmw eszmw released this 01 Nov 14:19
· 27 commits to release since this release

Improve the style and usage of the code in partialDiffEqs.mlx

  1. 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.

  2. The code that used to call cnPDEu0 for testing in Exercise 6 is commented out with instructions to uncomment once cnPDEu0 has been implemented.