This commit is contained in:
2020-10-24 13:47:37 +02:00
commit 2149d34295
790 changed files with 338714 additions and 0 deletions

18
Zusatz/Zusatz.pst Normal file
View File

@@ -0,0 +1,18 @@
\def\xstrut{\vphantom{\frac{(A)^1}{(B)^1}}}
\begin{pspicture}(-0.5,-0.5)(7,4)
\rput[l](0.5,3.6){$\xstrut \bullet$\hspace{7mm}Die Menge hei{\ss}t $\xstrut \IR^3$ / $\IR^n$;}
\rput[l](0.5,3.0){$\xstrut \bullet$\hspace{7mm}Dabei ist $ \xstrut n$ eine nat\"{u}rliche Zahl, $\xstrut n\in\IN$.}
\rput[l](0.5,2.4){$\xstrut \bullet$\hspace{7mm}Also: $\xstrut \IR^3 = \left\{ {\left( {a_1 ,a_2 ,a_3 } \right)|a_1,a_2 ,a_3\in \left. \IR \right\}} \right.$}
\rput[l](0.5,1.8){$\bullet$\hspace{7mm}$\IR^3=\left\{\rnode[t]{ae}{\psframebox*[fillcolor=darkyellow, linestyle=none]{ \left(a_1 , \ldots,a_n\right)}}|a_1 , \ldots a_n \in \IR\right\}$}
\rput[l](1,1.2){\rnode{a}{n-Tupel}}%
\nccurve[angleB=-90]{->}{a}{ae}
% \IR^3 = \left\{ {\psframebox*[fillcolor=darkyellow, linestyle=none]{{\left( {a_1 , \ldots \rnode[t]{ae},a_n } \right)}}}
%{|a_1 , \ldots a_n \in \IR} \right\}
\end{pspicture}

27
Zusatz/Zusatz.tex Normal file
View File

@@ -0,0 +1,27 @@
\documentclass{article}
\usepackage{pst-all}
\usepackage{pst-eps}
\usepackage{pst-node}
%\usepackage{pstricks-add}
\pagestyle{empty}
\newcommand{\IR}{I\hspace{-1.4mm}R}
\newcommand{\IN}{I\hspace{-1.4mm}N}
\begin{document}
\newrgbcolor{lila}{0.6 0.2 0.5}
\newrgbcolor{darkyellow}{1 0.9 0}
\TeXtoEPS
\input{Zusatz.pst}
\endTeXtoEPS
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%