Please, Help me to plot a graph of the solution of Equation of Laplace over the rectangle [{0.0;0.0},{0.1; 0.05}]. The following code does not work.
H = DSolve[{u''[x, y] + u[x, y] == 0, u[0, y] == 0, u[x, 0] == 0,
u[x, 0.05] == 0, u[0.1, y] == 100}, u[x, y], {x, y}];