Difference between revisions of "File:IterPowPlotT.jpg"

From TORI
Jump to: navigation, search
(generators)
(Latex generator of labels)
Line 7: Line 7:
 
</nowiki></nomathjax></poem>
 
</nowiki></nomathjax></poem>
 
==[[Latex]] generator of labels==
 
==[[Latex]] generator of labels==
<poem><nomathjax><nowiki>
+
%<poem><nomathjax><nowiki>
  +
\documentclass[12pt]{article}
code
 
  +
\usepackage{geometry}
  +
\usepackage{graphicx}
  +
\usepackage{rotating}
  +
\paperwidth 1008pt
  +
\paperheight 1008pt
  +
\topmargin -94pt
  +
\oddsidemargin -81pt
  +
\textwidth 1100pt
  +
\textheight 1100pt
  +
\pagestyle {empty}
  +
\newcommand \sx {\scalebox}
  +
\newcommand \rot {\begin{rotate}}
  +
\newcommand \ero {\end{rotate}}
  +
\newcommand \ing {\includegraphics}
  +
\parindent 0pt
  +
\pagestyle{empty}
  +
\begin{document}
  +
\begin{picture}(1002,1002)
  +
%\put(10,10){\ing{IterPowPlot}}
  +
%\put(10,10){\ing{PowIte}}
  +
\put(10,10){\ing{IterPowPlot}}
  +
%\put(11,976){\sx{4}{$y\!=\!\mathrm{pow}_2^c(x)$}}
  +
%\put(11,976){\sx{4}{$y\!=\!x^{2^n}$}}
  +
\put(11,976){\sx{4}{$x^{2^n}$}}
  +
\put(11,898){\sx{4}{$9$}}
  +
\put(11,798){\sx{4}{$8$}}
  +
\put(11,698){\sx{4}{$7$}}
  +
\put(11,598){\sx{4}{$6$}}
  +
\put(11,498){\sx{4}{$5$}}
  +
\put(11,398){\sx{4}{$4$}}
  +
\put(11,298){\sx{4}{$3$}}
  +
\put(11,198){\sx{4}{$2$}}
  +
\put(11,098){\sx{4}{$1$}}
  +
  +
\put(100,16){\sx{4}{$1$}}
  +
\put(200,16){\sx{4}{$2$}}
  +
\put(301,16){\sx{4}{$3$}}
  +
\put(401,16){\sx{4}{$4$}}
  +
\put(502,16){\sx{4}{$5$}}
  +
\put(602,16){\sx{4}{$6$}}
  +
\put(703,16){\sx{4}{$7$}}
  +
\put(803,16){\sx{4}{$8$}}
  +
\put(903,16){\sx{4}{$9$}}
  +
\put(990,16){\sx{4}{$x$}}
  +
  +
\put(112,850){\sx{3.8}{\rot{90}$n\!\rightarrow \infty $\ero}}
  +
\put(152,866){\sx{3.8}{\rot{88}$n\!=\!3$\ero}}
  +
\put(191,870){\sx{3.8}{\rot{87}$n\!=\!2$\ero}}
  +
\put(325,921){\sx{3.8}{\rot{81}$n\!=\!1$\ero}}
  +
\put(461,893){\sx{3.6}{\rot{70}$n\!=\!0.6$\ero}}
  +
\put(509,894){\sx{3.6}{\rot{69}$n\!=\!0.5$\ero}}
  +
\put(563,895){\sx{3.6}{\rot{63}$n\!=\!0.4$\ero}}
  +
\put(630,897){\sx{3.6}{\rot{59}$n\!=\!0.3$\ero}}
  +
\put(713,900){\sx{3.6}{\rot{54}$n\!=\!0.2$\ero}}
  +
\put(826,913){\sx{3.6}{\rot{50}$n\!=\!0.1$\ero}}
  +
  +
\put(928,932){\sx{3.8}{\rot{45}$n\!=\!0$\ero}}
  +
  +
\put(894,778){\sx{3.6}{\rot{39}$n\!=\!-0.1$\ero}}
  +
\put(888,676){\sx{3.6}{\rot{33}$n\!=\!-0.2$\ero}}
  +
\put(884,596){\sx{3.6}{\rot{28}$n\!=\!-0.3$\ero}}
  +
\put(877,528){\sx{3.6}{\rot{24}$n\!=\!-0.4$\ero}}
  +
\put(871,476){\sx{3.6}{\rot{19}$n\!=\!-0.5$\ero}}
  +
\put(870,429){\sx{3.6}{\rot{17}$n\!=\!-0.6$\ero}}
  +
  +
\put(890,297){\sx{3.8}{\rot{8}$n\!=\!-1$\ero}}
  +
\put(884,172){\sx{3.8}{\rot{1}$n\!=\!-2$\ero}}
  +
\put(881,132){\sx{3.8}{\rot{.3}$n\!=\!-3$\ero}}
  +
\put(852,100){\sx{3.6}{\rot{.1}$n\!\rightarrow - \infty$\ero}}
  +
\end{picture}
  +
\end{document}
 
</nowiki></nomathjax></poem>
 
</nowiki></nomathjax></poem>
   

Revision as of 09:31, 28 September 2013

Iterates of quadratic function, $T(z)=z^2$.

Old version of this image is still available at the png file IterPowPlotT.png

C++ generator of curves


code

Latex generator of labels

%


\documentclass[12pt]{article}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{rotating}
\paperwidth 1008pt
\paperheight 1008pt
\topmargin -94pt
\oddsidemargin -81pt
\textwidth 1100pt
\textheight 1100pt
\pagestyle {empty}
\newcommand \sx {\scalebox}
\newcommand \rot {\begin{rotate}}
\newcommand \ero {\end{rotate}}
\newcommand \ing {\includegraphics}
\parindent 0pt
\pagestyle{empty}
\begin{document}
\begin{picture}(1002,1002)
%\put(10,10){\ing{IterPowPlot}}
%\put(10,10){\ing{PowIte}}
\put(10,10){\ing{IterPowPlot}}
%\put(11,976){\sx{4}{$y\!=\!\mathrm{pow}_2^c(x)$}}
%\put(11,976){\sx{4}{$y\!=\!x^{2^n}$}}
\put(11,976){\sx{4}{$x^{2^n}$}}
\put(11,898){\sx{4}{$9$}}
\put(11,798){\sx{4}{$8$}}
\put(11,698){\sx{4}{$7$}}
\put(11,598){\sx{4}{$6$}}
\put(11,498){\sx{4}{$5$}}
\put(11,398){\sx{4}{$4$}}
\put(11,298){\sx{4}{$3$}}
\put(11,198){\sx{4}{$2$}}
\put(11,098){\sx{4}{$1$}}
 
\put(100,16){\sx{4}{$1$}}
\put(200,16){\sx{4}{$2$}}
\put(301,16){\sx{4}{$3$}}
\put(401,16){\sx{4}{$4$}}
\put(502,16){\sx{4}{$5$}}
\put(602,16){\sx{4}{$6$}}
\put(703,16){\sx{4}{$7$}}
\put(803,16){\sx{4}{$8$}}
\put(903,16){\sx{4}{$9$}}
\put(990,16){\sx{4}{$x$}}
 
\put(112,850){\sx{3.8}{\rot{90}$n\!\rightarrow \infty $\ero}}
\put(152,866){\sx{3.8}{\rot{88}$n\!=\!3$\ero}}
\put(191,870){\sx{3.8}{\rot{87}$n\!=\!2$\ero}}
\put(325,921){\sx{3.8}{\rot{81}$n\!=\!1$\ero}}
\put(461,893){\sx{3.6}{\rot{70}$n\!=\!0.6$\ero}}
\put(509,894){\sx{3.6}{\rot{69}$n\!=\!0.5$\ero}}
\put(563,895){\sx{3.6}{\rot{63}$n\!=\!0.4$\ero}}
\put(630,897){\sx{3.6}{\rot{59}$n\!=\!0.3$\ero}}
\put(713,900){\sx{3.6}{\rot{54}$n\!=\!0.2$\ero}}
\put(826,913){\sx{3.6}{\rot{50}$n\!=\!0.1$\ero}}
 
\put(928,932){\sx{3.8}{\rot{45}$n\!=\!0$\ero}}

\put(894,778){\sx{3.6}{\rot{39}$n\!=\!-0.1$\ero}}
\put(888,676){\sx{3.6}{\rot{33}$n\!=\!-0.2$\ero}}
\put(884,596){\sx{3.6}{\rot{28}$n\!=\!-0.3$\ero}}
\put(877,528){\sx{3.6}{\rot{24}$n\!=\!-0.4$\ero}}
\put(871,476){\sx{3.6}{\rot{19}$n\!=\!-0.5$\ero}}
\put(870,429){\sx{3.6}{\rot{17}$n\!=\!-0.6$\ero}}
 
\put(890,297){\sx{3.8}{\rot{8}$n\!=\!-1$\ero}}
\put(884,172){\sx{3.8}{\rot{1}$n\!=\!-2$\ero}}
\put(881,132){\sx{3.8}{\rot{.3}$n\!=\!-3$\ero}}
\put(852,100){\sx{3.6}{\rot{.1}$n\!\rightarrow - \infty$\ero}}
\end{picture}
\end{document}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:18, 28 September 2013Thumbnail for version as of 09:18, 28 September 20132,092 × 2,092 (1.06 MB)T (talk | contribs)Iterates of quadratic function, $T(z)=z^2$. Category:Book Category:Iterate Category:Explicit plot Category:C++ Category:Latex
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata