Skip to main content
  • 25 Accesses

Zusammenfassung

Ein Objekt wird als rekursiv bezeichnet, wenn es sich teilweise selbst enthält. Eine Definition ist dann rekursiv, wenn das zu definierende Element teilweise durch sich selbst definiert ist. In der Mathematik wird diese Art der Definition gelegentlich bei Funktionen verwendet; so wird die Funktion y = n! etwa folgendermaßen definiert:

$$ n! = \,\, - \left[ {\begin{array}{*{20}{c}} {1\,falls\,n = 1{\mkern 1mu} } \\ {(n\,\, \geqslant \,\,1)} \\ {n*{\text{(}}n{\text{ - 1)}}\,{\text{!}}{\mkern 1mu} \,falls\,{\mkern 1mu} {\text{n}}\,\, > 1} \end{array}} \right. $$

Rekursive Definitionen sind in vielen Fällen kürzer und auch einfacher zu verstehen als nichtrekursive (iterative).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.95
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1992 Friedr. Vieweg & Sohn Verlagsgesellschaft mbH, Braunschweig/Wiesbaden

About this chapter

Cite this chapter

Fischer, G. (1992). Rekursion als Hilfsmittel. In: DOS Profi Utilities mit Turbo Pascal. Vieweg+Teubner Verlag. https://doi.org/10.1007/978-3-322-89436-6_3

Download citation

  • DOI: https://doi.org/10.1007/978-3-322-89436-6_3

  • Publisher Name: Vieweg+Teubner Verlag

  • Print ISBN: 978-3-528-05196-9

  • Online ISBN: 978-3-322-89436-6

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics