Arbitrary functions _Fs

 

 

I want to solve the following PDE with boundary conditions, but unfortunately I do not know the meaning of _F1 and _F2 in this stuation. Would you please help me to find these arbitrary functions?

> PDE := diff(U(y, z), y, y)+diff(U(y, z), z, z) = 0;

> with(PDEtools);

> sol := pdsolve(PDE);
                    U(y, z) = _F1(z - I y) + _F2(z + I y)

What's the meaning of _F1 and _F2 in this situation? How can I find them? It's an urgent situation. Please help me as soon as possible.

edgar's picture

"arbitrary functions" may be

"arbitrary functions" may be annoying. But take ANY two functions, then this formula will give you a solution of the PDE.
Your PDE "Laplace's equation" has many volumes devoted to it. So probably the user will need to do some study before he can get Maple to produce a useful answer of a particular boundary value problem.
---
G A Edgar

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}