init
This commit is contained in:
4297
BilderTest/AdditionVektorenInEbene.eps
Normal file
4297
BilderTest/AdditionVektorenInEbene.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
BilderTest/AdditionVektorenInEbene.pdf
Normal file
BIN
BilderTest/AdditionVektorenInEbene.pdf
Normal file
Binary file not shown.
0
BilderTest/BilderTest.pdf
Normal file
0
BilderTest/BilderTest.pdf
Normal file
12674
BilderTest/BilderTest.ps
Normal file
12674
BilderTest/BilderTest.ps
Normal file
File diff suppressed because one or more lines are too long
12
BilderTest/BilderTest.tcp
Normal file
12
BilderTest/BilderTest.tcp
Normal file
@@ -0,0 +1,12 @@
|
||||
[FormatInfo]
|
||||
Type=TeXnicCenterProjectInformation
|
||||
Version=4
|
||||
|
||||
[ProjectInfo]
|
||||
MainFile=BilderTest.tex
|
||||
UseBibTeX=0
|
||||
UseMakeIndex=0
|
||||
ActiveProfile=LaTeX => DVI
|
||||
ProjectLanguage=
|
||||
ProjectDialect=
|
||||
|
||||
149
BilderTest/BilderTest.tex
Normal file
149
BilderTest/BilderTest.tex
Normal file
@@ -0,0 +1,149 @@
|
||||
\documentclass[12pt,a4paper]{article}
|
||||
|
||||
|
||||
\usepackage{arrayjob}
|
||||
\usepackage{pstricks,pst-plot}
|
||||
\begin{document}
|
||||
|
||||
|
||||
\psset{xunit=0.3in,yunit=0.3in,runit=0.3in,plotpoints=200,
|
||||
dash=4pt 4pt,linewidth=1.5pt,dotsep=4pt}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{pspicture}(0,0)(15,15)
|
||||
\psaxes[linewidth=1pt,labels=none,ticks=none]{-}(0,0)(0,0)(15,15)
|
||||
\uput{1ex}[180](0,14){$x_{t+1}$}
|
||||
\uput{1ex}[270](14,0){$x_t$}
|
||||
\SpecialCoor
|
||||
\psplot{0}{15}{4 x 1 add ln mul}
|
||||
\uput{1.75ex}[240](!15 4 15 1 add ln mul){$\psi(x_t)$}
|
||||
\psline(0,0)(15,15)
|
||||
\uput{1ex}[180](15,15){$x_{t+1}=x_t$}
|
||||
\def\x{9.34665}
|
||||
\qdisk(\x,\x){3pt}
|
||||
\psline[linestyle=dashed](\x,0)(\x,\x)
|
||||
\uput{1ex}[270](\x,0){$x$}
|
||||
\uput{1ex}[135](!\x\space 4 \x\space 1 add ln mul){$\psi'(x)<1$}
|
||||
\pscustom[linewidth=1.2pt,arrowscale=1.5]{
|
||||
\code{/x 1 def
|
||||
/y 4 x 1 add ln mul def}
|
||||
\multido{\i=1+1}{4}{
|
||||
\moveto(!x y)
|
||||
\psline{->}(!x x)(!x y) \closepath
|
||||
\psline{->}(!x y)(!y y) \closepath
|
||||
\code{/x y def
|
||||
/y 4 x 1 add ln mul def}
|
||||
}
|
||||
\code{/x 15 def
|
||||
/y 4 x 1 add ln mul def}
|
||||
\multido{\i=1+1}{2}{
|
||||
\moveto(!x y)
|
||||
\psline{->}(!x x)(!x y) \closepath
|
||||
\psline{->}(!x y)(!y y) \closepath
|
||||
\code{/x y def
|
||||
/y 4 x 1 add ln mul def}
|
||||
}
|
||||
}
|
||||
\end{pspicture}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\psset{xunit=0.3in,yunit=0.3in,runit=0.3in,plotpoints=200,
|
||||
dash=4pt 4pt,linewidth=1.5pt,dotsep=4pt}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{pspicture}(0,0)(15,15)
|
||||
\psaxes[linewidth=1pt,labels=none,ticks=none]{-}(0,0)(0,0)(15,15)
|
||||
\uput{1ex}[180](0,14){$x_{t+1}$}
|
||||
\uput{1ex}[270](14,0){$x_t$}
|
||||
\SpecialCoor
|
||||
\psplot{0}{11}{2.71828 x 4 div exp 1 sub}
|
||||
\uput{1.75ex}[180](!11 2.71828 11 4 div exp 1 sub){$\psi(x_t)$}
|
||||
\psline(0,0)(15,15)
|
||||
\uput{1ex}[180](15,15){$x_{t+1}=x_t$}
|
||||
\def\x{9.34665}
|
||||
\qdisk(\x,\x){3pt}
|
||||
\psline[linestyle=dashed](\x,0)(\x,\x)
|
||||
\uput{1ex}[270](\x,0){$x$}
|
||||
\uput{1ex}[135](!\x\space 2.71828 \x\space 4 div exp 1
|
||||
sub){$\psi'(x)>1$}
|
||||
\pscustom[linewidth=1.2pt,arrowscale=1.5]{
|
||||
\code{/x 8.5 def
|
||||
/y 2.71828 x 4 div exp 1 sub def}
|
||||
\multido{\i=1+1}{4}{
|
||||
\moveto(!x y)
|
||||
\psline{->}(!x x)(!x y) \closepath
|
||||
\psline{->}(!x y)(!y y) \closepath
|
||||
\code{/x y def
|
||||
/y 2.71828 x 4 div exp 1 sub def}
|
||||
}
|
||||
\code{/x 9.9 def
|
||||
/y 2.71828 x 4 div exp 1 sub def}
|
||||
\multido{\i=1+1}{2}{
|
||||
\moveto(!x y)
|
||||
\psline{->}(!x x)(!x y) \closepath
|
||||
\psline{->}(!x y)(!y y) \closepath
|
||||
\code{/x y def
|
||||
/y 2.71828 x 4 div exp 1 sub def}
|
||||
}
|
||||
}
|
||||
\end{pspicture}
|
||||
\end{figure}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
|
||||
\newarray{\Months}
|
||||
\readarray{Months}{January & February & Mars & April & May & June &
|
||||
July & August & September & October & November & December}
|
||||
|
||||
\newarray{\ShortMonths}
|
||||
\readarray{ShortMonths}{Jan & Feb & Mar & Apr & May & &
|
||||
& & Sep & Oct & Nov & Dec}
|
||||
|
||||
\begingroup
|
||||
\psset{unit=1.1}
|
||||
\begin{pspicture}(-0.5,-0.5)(13,5)
|
||||
\psaxes[labels=y]{->}(13,5)
|
||||
\multido{\iMonth=1+1}{12}{%
|
||||
\checkMonths(\iMonth)%
|
||||
\rput[B](\iMonth,-0.3){\tiny\cachedata}}
|
||||
\end{pspicture}
|
||||
\endgroup
|
||||
|
||||
\vspace{1cm}
|
||||
\begin{pspicture}(-0.5,-0.5)(13,5)
|
||||
\psaxes[labels=y]{->}(13,5)
|
||||
\multido{\iMonth=1+2}{6}{%
|
||||
\checkMonths(\iMonth)%
|
||||
\rput[B](\iMonth,-0.5){\small\cachedata}}
|
||||
\end{pspicture}
|
||||
|
||||
\vspace{1cm}
|
||||
\begin{pspicture}(-0.5,-0.5)(6.5,5)
|
||||
\psaxes[dx=0.5,labels=y]{->}(6.5,5)
|
||||
\multido{\iMonth=1+1,\nPos=0.5+0.5}{12}{%
|
||||
\checkShortMonths(\iMonth)%
|
||||
\ifx\cachedata\space
|
||||
\rput[B](\nPos,-0.4){\scriptsize\textbf{?}}
|
||||
\else
|
||||
\rput[B](\nPos,-0.4){\scriptsize\cachedata}
|
||||
\fi}
|
||||
\end{pspicture}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{figure}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
66
BilderTest/BilderTest.tps
Normal file
66
BilderTest/BilderTest.tps
Normal file
@@ -0,0 +1,66 @@
|
||||
[FormatInfo]
|
||||
Type=TeXnicCenterProjectSessionInformation
|
||||
Version=1
|
||||
|
||||
[SessionInfo]
|
||||
ActiveTab=2
|
||||
FrameCount=2
|
||||
|
||||
[Frame0]
|
||||
Columns=1
|
||||
Rows=1
|
||||
Flags=0
|
||||
ShowCmd=1
|
||||
MinPos.x=-1
|
||||
MinPos.y=-1
|
||||
MaxPos.x=-4
|
||||
MaxPos.y=-30
|
||||
NormalPos.left=44
|
||||
NormalPos.top=58
|
||||
NormalPos.right=982
|
||||
NormalPos.bottom=489
|
||||
Class=CLatexEdit
|
||||
Document=BilderTest.tex
|
||||
|
||||
[Frame0_Row0]
|
||||
cyCur=376
|
||||
cyMin=10
|
||||
|
||||
[Frame0_Col0]
|
||||
cxCur=909
|
||||
cxMin=10
|
||||
|
||||
[Frame0_View0,0]
|
||||
Cursor.row=0
|
||||
Cursor.column=0
|
||||
TopSubLine=0
|
||||
|
||||
[Frame1]
|
||||
Columns=1
|
||||
Rows=1
|
||||
Flags=2
|
||||
ShowCmd=3
|
||||
MinPos.x=-1
|
||||
MinPos.y=-1
|
||||
MaxPos.x=-4
|
||||
MaxPos.y=-30
|
||||
NormalPos.left=132
|
||||
NormalPos.top=174
|
||||
NormalPos.right=1074
|
||||
NormalPos.bottom=588
|
||||
Class=CLatexEdit
|
||||
Document=
|
||||
|
||||
[Frame1_Row0]
|
||||
cyCur=567
|
||||
cyMin=10
|
||||
|
||||
[Frame1_Col0]
|
||||
cxCur=1053
|
||||
cxMin=10
|
||||
|
||||
[Frame1_View0,0]
|
||||
Cursor.row=0
|
||||
Cursor.column=0
|
||||
TopSubLine=0
|
||||
|
||||
3793
BilderTest/VeranschaulichungVonVektorenImRaum01.eps
Normal file
3793
BilderTest/VeranschaulichungVonVektorenImRaum01.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
BilderTest/VeranschaulichungVonVektorenImRaum01.pdf
Normal file
BIN
BilderTest/VeranschaulichungVonVektorenImRaum01.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user