Bob McCrory

Results 3 issues of Bob McCrory

In the fourth code cell in 12_Step_9.ipynb, dy is set to 2 / (ny - 1). To be consistent with the y array, this should be 1 / (ny -...

bug

I believe the initialization in the Step 7 diffuse() function is incomplete: Only the nodes with an initial value of 2 are reset; all other nodes are left as they...

bug

I'm using a .NET interactive notebook in F#. When I try to use #load an fsx file, nothing happens. My goal here was to isolate utility functions (e.g. charts) into...

waiting-on-feedback