Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. NDSolve[
  2. {
  3. (-(D[u[x,y],x,x]+D[u[x,y],y,y])*(u[x,y]+[Lambda])) == 1,
  4. Integrate[(1+D[u[x,y],x]+D[u[x,y],y])^(1/2)[Element]RectangularPolygon[4],x,y]==1.5,
  5. DirichletCondition[u[x, y] == 0, True]
  6. },
  7. u,
  8. {x, y} [Element] RegularPolygon[4]
  9. ]
Add Comment
Please, Sign In to add comment