Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit 6092281

Browse files
committed
modify hw_1_2_1
1 parent 8aba704 commit 6092281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assignment#1/hw_1_2_1.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% * $v(x, 0) = f(x), x \in [0, 1]$
55
% * $v(0, t) = a(t), v(1, t) = b(t), t \geq 0$
66
%%%
7-
% where $f(0) = a(0)$ , and $f(1) = a(0)$
7+
% where $f(0) = a(0)$ , and $f(1) = b(0)$
88
%% Numerical Solution
99
%%%
1010
% Using $f(x) = \sin(2 \pi x)$, $a = b = 0$, and $\nu = 1 / 6$

0 commit comments

Comments
 (0)