Sheet 7
This commit is contained in:
parent
33c18c8808
commit
4c92446409
74 changed files with 169041 additions and 0 deletions
8
sheet7/jacobi.template/laplacian.m
Normal file
8
sheet7/jacobi.template/laplacian.m
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
%% calculate -Laplacian of a function
|
||||
syms x y c ;
|
||||
u = x*x*sin(2.5*pi*y)
|
||||
|
||||
f = simplify(-laplacian(u,[x,y]))
|
||||
|
||||
fsurf(u,[0,1,0,1])
|
||||
xlabel("x");ylabel("y");
|
||||
Loading…
Add table
Add a link
Reference in a new issue