MathGroup Archive 2003

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

Search the Archive

elliptic equation solved with 2 boundaries

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43294] elliptic equation solved with 2 boundaries
  • From: CAP F <Ferdinand.Cap at eunet.at>
  • Date: Sat, 23 Aug 2003 08:09:28 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

(************** 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: Random Number Generation : Is there a faster way of doing this?
  • Next by Date: Working with Arbitrary Precision and NDSOLVE
  • Previous by thread: Re: Simplification of radicals
  • Next by thread: Re: elliptic equation solved with 2 boundaries