jacobi.template
Loading...
Searching...
No Matches
laplacian.m
Go to the documentation of this file.
1%% calculate -Laplacian of a function
2syms x y c ;
3u = x*x*sin(2.5*pi*y)
4
5f = simplify(-laplacian(u,[x,y]))
6
7fsurf(u,[0,1,0,1])
8xlabel("x");ylabel("y");
function[xc, ia, v]
id c()
u
Definition laplacian.m:3
ylabel("y")
angle in trangle pi
Definition square_bb_4.m:54
xlabel('x')