<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<!DOCTYPE html [
  <!ENTITY rightarrow "&#8594;">
  <!ENTITY Rightarrow "&#8658;">
  <!ENTITY Leftrightarrow "&#8660;">
  <!ENTITY Element "&#8712;">
  <!ENTITY Exists "&#8707;">
  <!ENTITY Sum "&#8721;">
  <!ENTITY setminus "&#8726;">
  <!ENTITY VerticalBar "&#8739;">
  <!ENTITY approx "&#8776;">
  <!ENTITY leq "&#8804;">
  <!ENTITY geq "&#8805;">
  <!ENTITY prec "&#8826;">
  <!ENTITY succ "&#8827;">
  <!ENTITY succeq "&#8829;">
  <!ENTITY preceq "&#8828;">
  <!ENTITY asymp "&#8781;">
  <!ENTITY subseteq "&#8838;">
  <!ENTITY Intersection "&#8898;">
  <!ENTITY Kscr "&#61242;">
  <!ENTITY Ropf "&#8477;">
  <!ENTITY Nopf "&#8469;">
  <!ENTITY Zopf "&#8484;">
  <!ENTITY pm "&#177;">
  <!ENTITY epsi "&#949;">
  <!ENTITY Hscr "&#8459;">
  <!ENTITY Lscr "&#8466;">
  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
  %htmlDTD;
]>

<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Automatische Berechnung von Grenzwerten und Implementierung in Mathematica</title><style type="text/css">
     .mathcell {
       padding-left:2%;
     }
     .mathlabel {
       width:4em;
       float:left;
       padding-top:3px;
       color: #454F99;
       font-size: 10px;
       font-family: Helvetica;
     }
     .mathinput {
       position:relative;
       width:90%;
       margin-top:5px;
       border-width:1px 1px 0px 1px;
       border-style:solid;
       padding:0.5em;
       font-weight: bold;
       font-size: 14px;
       left:4em;
       background-color:#dddddd;
     }
     .mathoutput {
       position:relative;
       width:90%;
       margin-bottom:5px;
       border-width:0px 1px 1px 1px;
       border-style:solid;
       padding:0.5em;
       font-size: 14px;
       left:4em;
       background-color:#dddddd;
     }
     .mathprint {
       position:relative;
       width:90%;
       border-width:0px 1px 0px 1px;
       border-style:solid;
       padding:0.5em;
       font-size: 14px;
       left:4em;
       background-color:#cccccc;
     }
     .mathmessage {
       position:relative;
       width:90%;
       border-width:0px 1px 0px 1px;
       border-style:solid;
       padding:0.5em;
       font-size: 14px;
       left:4em;
       background-color:#ffffff;
     }
     .mathcellblock {
       margin-top:1em;
       margin-bottom:1em;       
     }
     .mmldisplay {
       text-align:center;
       margin-top:0.5em;
       margin-bottom:0.5em;       
     }
   </style></head><body>

<a href="Praxis.xml">Zurück</a> - <a href="Inhalt.xml">Inhalt</a> - <a href="index.html">Übersicht</a><br />


<h2>Literaturverzeichnis</h2><dl>

<dt><a name="gru96" />
[Gru96]:
</dt><dd>
D. Gruntz:
On Computing Limits in a Symbolic Manipulation System<br />
Diss. ETH 11432, Swiss Federal Institute of Technology, Zürich (1996)<br /><br />

Dieses Buch diente als Vorlage für diese Arbeit und steht Interessierten im Internet 
unter <a href="http://www.cs.fh-aargau.ch/~gruntz/publications2.html">http://www.cs.fh-aargau.ch/~gruntz/publications2.html</a> zum Lesen zur Verfügung.
</dd>

<dt><a name="sha04" />
[Sha04]:
</dt><dd>
J. Shackell:
Symbolic Asymptotics<br />
Springer Verlag (2004)<br /><br />

Dieses recht junge Buch stellt die theoretischen Grundlagen dieser
Arbeit umfassend und weiterführend dar.
</dd>

<dt><a name="har10" />
[Har10]:
</dt><dd>
G. H. Hardy:
Orders of Infinity<br />
Cambridge Tracts in Mathematics and Mathematical Physics 12 (1910)<br /><br />

Die wegweisende Arbeit von Hardy über asymptotisches Wachstum ist das
Fundament des Algorithmus.
</dd>

<dt><a name="rss96" />
[RSSH96]:
</dt><dd>
D. Richardson, B. Salvy, J. Schackell, J. v. d. Hoeven:<br />
Asymptotic Expansions of  exp-log Functions<br />
Proceedings of the International Symposium on Symbolic and Algebraic Computation (1996)
</dd>

<dt><a name="ros83" />
[Ros83]:
</dt><dd>
M. Rosenlicht:
Hardy Fields<br />
Journal of Mathematical Analysis and Applications 93 (1983), s. 297
</dd>

<dt><a name="ric69" />
[Ric69]:
</dt><dd>
D. Richardson:<br />
Solution of the Indentity Problem for Integral Exponential Functions<br />
Zeitschrift f. math. Logik und Grundlagen der Math. 15 (1969), s.333
</dd>

<dt><a name="mac80" />
[Mac80]:
</dt><dd>
A. Macintyre:
The Laws of Exponentiation<br />
Model Theory and Arithmetic Proceedings, Paris 1979/80
</dd>

<dt><a name="koe93" />
[Koe93]:
</dt><dd>
W. Koepf:
Mathematik mit Derive<br />
Vieweg, Braunschweig/Wiesbaden (1993)<br /><br />

Auf dieses Buch geht ein Beispiel aus <a href="Einfuehrung.xml#Potenzreihenentwicklung">Kapitel 1.4</a> zurück.
</dd>

</dl>

<p>
<a name="VersicherungDesVerfassers" /><h2>7 Versicherung des Verfassers</h2>



Ich versichere hiermit, dass ich diese Arbeit selbstständig verfasst und keine anderen als
die angegebenen Quellen und Hilfsmittel benutzt habe.
<div style="height:12ex;" />
Udo Richter

</p>

<br /><a href="Praxis.xml">Zurück</a> - <a href="Inhalt.xml">Inhalt</a> - <a href="index.html">Übersicht</a>
</body></html>
