跳转到内容

File:Decision diagram for the ratio test.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为478 × 551像素,文件大小:51 KB)


摘要

描述
English: Decision diagram for the ratio test
日期
来源 自己的作品
作者 Stephan Kulla (Stephan Kulla)
其他版本
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用dvisvgm创作。

Source code

\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) {Calculate $\left|\frac{a_{k+1}}{a_k}\right|$};
  \node [decision, below of=init, node distance=3cm] (case1) {Is $\limsup_{k\to\infty} \left|\frac{a_{k+1}}{a_k}\right| < 1$?};
  \node [decision, below of=case1] (case2) {Is $\liminf_{k\to\infty} \left|\frac{a_{k+1}}{a_k}\right| > 1$?};
  \node [decision, below of=case2] (case3) {Is $\left|\frac{a_{k+1}}{a_k}\right| \ge 1$ for almost all $k\in\mathbb N$?};
  \node [convergence, right of=case1] (yes1) {$\sum_{k=1}^\infty a_k$ converges absolutely};
  \node [divergence, right of=case2] (no2) {$\sum_{k=1}^\infty a_k$ diverges};
  \node [divergence, right of=case3] (no3) {$\sum_{k=1}^\infty a_k$ diverges};
  \node [block, below of=case3, node distance=3.5cm] (final) {The ratio test cannot be applied};
  \path [line] (init) edge (case1);
  \path [line] (case1) -- node [xshift=5em] {Yes} (yes1);
  \path [line] (case2) -- node [xshift=5em] {Yes} (no2);
  \path [line] (case3) -- node [xshift=5em] {Yes} (no3);
  \path [line] (case1) -- node {No} (case2);
  \path [line] (case2) -- node {No} (case3);
  \path [line] (case3) -- node {No} (final);
\end{tikzpicture}

\end{document}

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2017年6月7日 (三) 09:212017年6月7日 (三) 09:21版本的缩略图478 × 551(51 KB)Stephan KullaChange \lim to \liminf
2016年1月10日 (日) 18:022016年1月10日 (日) 18:02版本的缩略图478 × 551(51 KB)Stephan Kullatypo
2016年1月10日 (日) 17:532016年1月10日 (日) 17:53版本的缩略图478 × 551(51 KB)Stephan KullaReverted to version as of 17:37, 15 November 2015 (UTC)
2016年1月10日 (日) 17:52没有缩略图0 × 0(14 KB)Stephan Kullatypo
2015年11月15日 (日) 17:372015年11月15日 (日) 17:37版本的缩略图478 × 551(51 KB)Stephan KullaUser created page with UploadWizard

没有页面链接到本图像。

全域文件用途

以下其他wiki使用此文件:

元数据