28 May 2024 02:32:35 PM demo4(): C version Solve heat equation with exact solution u(x,0) = 0 except u(1,t) = 0.8 Final time T = 0.5 Number of spatial nodes n = 10 Number of time steps m = 32 Explicit finite difference scheme: r = 0.390625 Geomview script written to 'demo4_explicit.gv' Maple script written to 'demo4_explicit.mpl' Matlab script written to 'demo4_explicit.m' Implicit finite difference scheme: r = 0.390625 Geomview script written to 'demo4_implicit.gv' Maple script written to 'demo4_implicit.mpl' Matlab script written to 'demo4_implicit.m' Crank Nicolson linear equation solver: r = 0.390625 Geomview script written to 'demo4_crank_nicolson.gv' Maple script written to 'demo4_crank_nicolson.mpl' Matlab script written to 'demo4_crank_nicolson.m' Seidman sweep scheme: r = 0.195312 Geomview script written to 'demo4_seidman_sweep.gv' Maple script written to 'demo4_seidman_sweep.mpl' Matlab script written to 'demo4_seidman_sweep.m' demo4(): Normal end of execution. 28 May 2024 02:32:35 PM