File:Flowchart für das Quotientenkriterium.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 478 × 551 pixels. Other resolutions: 208 × 240 pixels | 416 × 480 pixels | 666 × 768 pixels | 888 × 1,024 pixels | 1,777 × 2,048 pixels.
Original file (SVG file, nominally 478 × 551 pixels, file size: 54 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFlowchart für das Quotientenkriterium.svg |
Deutsch: Flowchart für das Quotientenkriterium |
Date | |
Source | Own work |
Author | Stephan Kulla (User:Stephan Kulla) |
Other versions |
|
Source code
[edit]\documentclass[border=10pt]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\everymath{\displaystyle}
\begin{document}
\tikzstyle{decision} = [diamond, draw, fill=yellow!20,
aspect=2, text badly centered, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text centered, rounded corners]
\tikzstyle{convergence} = [rectangle, draw, fill=green!20,
node distance=8cm, text centered, rounded corners]
\tikzstyle{divergence} = [rectangle, draw, fill=red!20,
node distance=8cm, text centered, rounded corners]
\tikzstyle{line} = [-stealth, thick, draw]
\begin{tikzpicture}[node distance=4cm, auto, text width=12em]
\node [block] (init) {Quotienten $\left|\frac{a_{k+1}}{a_k}\right|$ bilden};
\node [decision, below of=init, node distance=3cm] (case1) {Ist $\limsup_{k\to\infty} \left|\frac{a_{k+1}}{a_k}\right| < 1$?};
\node [decision, below of=case1] (case2) {Ist $\liminf_{k\to\infty} \left|\frac{a_{k+1}}{a_k}\right| > 1$?};
\node [decision, below of=case2] (case3) {Ist $\left|\frac{a_{k+1}}{a_k}\right| \ge 1$ für fast alle $k\in\mathbb N$?};
\node [convergence, right of=case1] (yes1) {$\sum_{k=1}^\infty a_k$ konvergiert absolut};
\node [divergence, right of=case2] (no2) {$\sum_{k=1}^\infty a_k$ divergiert};
\node [divergence, right of=case3] (no3) {$\sum_{k=1}^\infty a_k$ divergiert};
\node [block, below of=case3, node distance=3.5cm] (final) {Quotientenkriterium kann nicht angewendet werden};
\path [line] (init) edge (case1);
\path [line] (case1) -- node [xshift=5em] {Ja} (yes1);
\path [line] (case2) -- node [xshift=5em] {Ja} (no2);
\path [line] (case3) -- node [xshift=5em] {Ja} (no3);
\path [line] (case1) -- node {Nein} (case2);
\path [line] (case2) -- node {Nein} (case3);
\path [line] (case3) -- node {Nein} (final);
\end{tikzpicture}
\end{document}
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 09:18, 7 June 2017 | 478 × 551 (54 KB) | Stephan Kulla (talk | contribs) | Change \lim to \liminf | |
15:02, 15 November 2015 | 478 × 551 (54 KB) | Stephan Kulla (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on de.wikibooks.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 382.181pt |
---|---|
Height | 440.431pt |