Solving Laplace's equation over a triangular domain.

squenshl
Messages
468
Reaction score
4
When solving Laplace's equation over a triangular domain. Why is it a good idea to take M = N?
 
Physics news on Phys.org


I have no idea what you are talking about. Laplace's equation is
\nabla^2 \phi= 0
I assume, since you say "triangular domain" that this is in two dimensions:
\frac{\partial^2\phi}{\partial x^2}+ \frac{\partial^2\phi}{\partial y^2}= 0
but I have no idea what "M" and "N" are.

edit: from your next thread it appears you are talking about a finite difference numerical method and M and N are the number of mesh points. It would have helped if you had said that!

In any case, these both look like homework problems so I am going to move them there. Also, we need to know what you understand about these and where your difficulty is so you will need to show some work before we can help you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top