File:Flowchart für das Quotientenkriterium.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 478 × 551 pixels, file size: 54 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
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:
w:en:Creative Commons
attribution share alike
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/TimeThumbnailDimensionsUserComment
current09:18, 7 June 2017Thumbnail for version as of 09:18, 7 June 2017478 × 551 (54 KB)Stephan Kulla (talk | contribs)Change \lim to \liminf
15:02, 15 November 2015Thumbnail for version as of 15:02, 15 November 2015478 × 551 (54 KB)Stephan Kulla (talk | contribs)User created page with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata