MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: elliptic equation solved with 2 boundaries

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43372] Re: [mg43294] elliptic equation solved with 2 boundaries
  • From: "Ferdinand.Cap" <Ferdinand.cap at eunet.at>
  • Date: Wed, 27 Aug 2003 04:04:59 -0400 (EDT)
  • References: <59B6E8F2-D7C3-11D7-8F9B-000393671006@earthlink.net>
  • Reply-to: ferdinand.cap at eunet.at
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
Thank you for your interest in my notebook.  The LAPLACE
 equation has complex characteristics and is therfor called an elliptic
partial differential eqatiuon.  The theory of boundary value problems
(Table 1.1. on page 14 in the book mentioned in the notebook )shows
that an elliptic partial differential equation   can only satify one
boundary
value probblem. My notebokk demonstrates that under special conditions
also 2 boundary value problems can be satisfied - run the notebook!
Due to the approoximation method -variational calculus - the LAPLACIAN is
not zero, but numerically small F.C

Selwyn Hollis wrote:

> CAP F,
>
> What elliptic equation is this function suppose to solve? It's
> Laplacian is definitely not zero.
>
> -----
> Selwyn Hollis
> http://www.math.armstrong.edu/faculty/hollis
>
> On Saturday, August 23, 2003, at 08:09  AM, CAP F wrote:
>
> > (************** Content-type: application/mathematica **************
> >
> >                     Mathematica-Compatible Notebook
> >
> > This notebook can be used with any Mathematica-compatible
> > application, such as Mathematica, MathReader or Publicon. The data
> > for the notebook starts with the line containing stars above.
> >
> > To get the notebook into a Mathematica-compatible application, do
> > one of the following:
> >
> > * Save the data starting with the line of stars above into a file
> >   with a name ending in .nb, then open the file inside the
> >   application;
> >
> > * Copy the data starting with the line of stars above to the
> >   clipboard, then use the Paste menu command inside the application.
> >
> > Data for notebooks contains only printable 7-bit ASCII and can be
> > sent directly in email or through ftp in text mode.  Newlines can be
> > CR, LF or CRLF (Unix, Macintosh or MS-DOS style).
> >
> > NOTE: If you modify the data for this notebook not in a Mathematica-
> > compatible application, you must delete the line below containing
> > the word CacheID, otherwise Mathematica-compatible applications may
> > try to use invalid cache data.
> >
> > For more information on notebooks and Mathematica-compatible
> > applications, contact Wolfram Research:
> >   web: http://www.wolfram.com
> >   email: info at wolfram.com
> >   phone: +1-217-398-0700 (U.S.)
> >
> > Notebook reader applications are available free of charge from
> > Wolfram Research.
> > *******************************************************************)
> >
> > (*CacheID: 232*)
> >
> >
> > (*NotebookFileLineBreakTest
> > NotebookFileLineBreakTest*)
> > (*NotebookOptionsPosition[      3518,        106]*)
> > (*NotebookOutlinePosition[      4149,        128]*)
> > (*  CellTagsIndexPosition[      4105,        124]*)
> > (*WindowFrame->Normal*)
> >
> >
> >
> > Notebook[{
> > Cell[BoxData[
> >     RowBox[{
> >       RowBox[{"(*", " ",
> >         RowBox[{\(c37 : \ Two\ boundaries\ for\ the\ Laplace\
> > equation\), ",",
> >            " ",
> >           RowBox[{
> >           "see", " ", "Fig", ".4", ".14", " ", "in", "  ", "the", " ",
> > "book",
> >              " ", "Mathematical", " ", "Methods", " ", "in", " ",
> > "Physics",
> >             " ", "and", " ", "Engineering", " ", "with", " ",
> >             StyleBox["Mathematica",
> >               FontSlant->"Italic"]}],
> >           StyleBox[",",
> >             FontSlant->"Italic"],
> >           StyleBox[" ",
> >             FontSlant->"Italic"], \(CRC\ Press\), ",",
> >           StyleBox[" ",
> >             FontSlant->"Italic"],
> >           "\[IndentingNewLine]", \(ISBN\ 1584884029\)}], " ", "*)"}],
> >       " "}]], "Input"],
> >
> > Cell[BoxData[
> >     \(Clear[f, P1, Q, CG, QG, QQG, A, U];
> >     f[x_, y_] =
> >       x^2 + y^2 + \((x^2 + y^2 - 1)\)*\((x^2 - 4)\)*\((y^2 -
> > 4)\)*\((0.0969 +
> >               0.0521*\((x + y)\) - 0.0673*\((x^2 + y^2)\) - 0.0474*x*y
> > +
> >
> >               0.0131*\((x^3 + y^3)\) +
> >               0.0186*\((x^2*y + x*y^2)\))\)\)], "Input"],
> >
> > Cell[BoxData[
> >     \(P1 =
> >       Plot3D[f[x, y], {x, \(-2. \), 2. }, {y, \(-2. \), 2. },
> >         Shading \[Rule] False, \ ClipFill \[Rule] None,
> >         PlotRange \[Rule] {0. , 8. }, PlotPoints \[Rule] 100]\)],
> > "Input"],
> >
> > Cell[BoxData[
> >     \(CG =
> >       Graphics[Circle[{0. , 0. }, 1. ],
> >         AspectRatio \[Rule] Automatic]\)], "Input"],
> >
> > Cell[BoxData[
> >     \(Show[CG]\)], "Input"],
> >
> > Cell[BoxData[
> >     \(\(Q =
> >         Line[{{\(-2. \), \(-2. \)}, {2. , \(-2. \)}, {2. , 2. }, {\(-2.
> > \),
> >               2. }, {\(-2. \), \(-2. \)}}];\)\)], "Input"],
> >
> > Cell[BoxData[
> >     \(QG = Graphics[Q, AspectRatio -> Automatic]\)], "Input"],
> >
> > Cell[BoxData[
> >     \(Show[QG]\)], "Input"],
> >
> > Cell[BoxData[
> >     \(QQG = Show[QG, CG]\)], "Input"]
> > },
> > FrontEndVersion->"4.1 for X",
> > ScreenRectangle->{{0, 1280}, {0, 1024}},
> > WindowSize->{974, 814},
> > WindowMargins->{{100, Automatic}, {Automatic, 10}}
> > ]
> >
> > (*******************************************************************
> > Cached data follows.  If you edit this Notebook file directly, not
> > using Mathematica, you must remove the line containing CacheID at
> > the top of  the file.  The cache data will then be recreated when
> > you save this file from within Mathematica.
> > *******************************************************************)
> >
> > (*CellTagsOutline
> > CellTagsIndex->{}
> > *)
> >
> > (*CellTagsIndex
> > CellTagsIndex->{}
> > *)
> >
> > (*NotebookFileOutline
> > Notebook[{
> > Cell[1705, 50, 754, 18, 101, "Input"],
> > Cell[2462, 70, 323, 6, 124, "Input"],
> > Cell[2788, 78, 220, 4, 55, "Input"],
> > Cell[3011, 84, 118, 3, 32, "Input"],
> > Cell[3132, 89, 41, 1, 32, "Input"],
> > Cell[3176, 92, 162, 3, 32, "Input"],
> > Cell[3341, 97, 75, 1, 32, "Input"],
> > Cell[3419, 100, 41, 1, 32, "Input"],
> > Cell[3463, 103, 51, 1, 32, "Input"]
> > }
> > ]
> > *)
> >
> >
> >
> > (*******************************************************************
> > End of Mathematica Notebook file.
> > *******************************************************************)
> >
> >
> >
> >


  • Prev by Date: Re: New version, new bugs
  • Next by Date: Re: elliptic equation solved with 2 boundaries
  • Previous by thread: Re: elliptic equation solved with 2 boundaries
  • Next by thread: Re: elliptic equation solved with 2 boundaries