PLOT 3D of laplacian of a FUNCTION

2 views (last 30 days)
mij
mij on 28 Nov 2014
Commented: Roger Stafford on 29 Nov 2014
I WANT TO PLOT LAPLACIAN(-((X^2)+(Y^2)))
syms x y
r(x,y) = -(x.^2 + y.^2) ;
f(x,y)=laplace(r);
HOW TO PLOT IT 3D
  2 Comments
Star Strider
Star Strider on 28 Nov 2014
Use the laplacian function.
The laplace function calculates the Laplace transform.
Roger Stafford
Roger Stafford on 29 Nov 2014
It wouldn't be a very interesting plot. The Laplacian is a constant -4 for all x and y.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!