formelsammlung + neue mathe commands hinzugefügt

This commit is contained in:
Daniel Bahrdt 2008-06-25 12:22:01 +02:00
parent bdf2ee8d95
commit a2c0ce7121
4 changed files with 49 additions and 20 deletions

View File

@ -0,0 +1,5 @@
\chapter{Lineare Algebra}
\section{Identitäten}
\begin{math}
A^{-1} = \inlinematrix{a & b \\ c & d}^{-1} = \frac{1}{ad - bc} \inlinematrix{d & -b \\ -c & a}
\end{math}

View File

@ -33,3 +33,5 @@
\newcommand{\sum}[3]{\Sigma_{#1}^{#2} #3} \newcommand{\sum}[3]{\Sigma_{#1}^{#2} #3}
\newcommand{\prod}[3]{\Pi_{#1}^{#2} #3} \newcommand{\prod}[3]{\Pi_{#1}^{#2} #3}
\newcommand{\bbracket}[1]{\left #1 \right}

View File

@ -3,7 +3,7 @@ img_extIsRegExp=false
img_extensions=.eps .jpg .jpeg .png .pdf .ps .fig .gif img_extensions=.eps .jpg .jpeg .png .pdf .ps .fig .gif
kileprversion=2 kileprversion=2
kileversion=2.0 kileversion=2.0
lastDocument=kapII-0.tex lastDocument=ueb7.tex
masterDocument= masterDocument=
name=Theo2 name=Theo2
pkg_extIsRegExp=false pkg_extIsRegExp=false
@ -15,6 +15,15 @@ src_extensions=.tex .ltx .latex .dtx .ins
MakeIndex= MakeIndex=
QuickBuild=PDFLaTeX+ViewPDF QuickBuild=PDFLaTeX+ViewPDF
[item:formelsammlung.tex]
archive=true
column=95
encoding=ISO 8859-1
highlight=LaTeX
line=3
open=true
order=2
[item:kapI-1.tex] [item:kapI-1.tex]
archive=true archive=true
column=10936 column=10936
@ -71,11 +80,11 @@ order=-1
[item:kapII-0.tex] [item:kapII-0.tex]
archive=true archive=true
column=98 column=0
encoding=UTF-8 encoding=UTF-8
highlight=LaTeX highlight=LaTeX
line=46 line=0
open=true open=false
order=1 order=1
[item:kapII-1.tex] [item:kapII-1.tex]
@ -107,21 +116,21 @@ order=-1
[item:math.tex] [item:math.tex]
archive=true archive=true
column=42 column=0
encoding=UTF-8 encoding=ISO 8859-1
highlight=LaTeX highlight=LaTeX
line=29 line=37
open=false open=true
order=3 order=3
[item:physics.tex] [item:physics.tex]
archive=true archive=true
column=22 column=37
encoding= encoding=ISO 8859-1
highlight=LaTeX highlight=LaTeX
line=1 line=10
open=false open=true
order=-1 order=4
[item:theo2.kilepr] [item:theo2.kilepr]
archive=true archive=true
@ -134,10 +143,10 @@ order=-1
[item:theo2.tex] [item:theo2.tex]
archive=true archive=true
column=0 column=25
encoding=UTF-8 encoding=ISO 8859-1
highlight=LaTeX highlight=LaTeX
line=46 line=51
open=true open=true
order=0 order=0
@ -181,7 +190,7 @@ order=-1
archive=true archive=true
column=0 column=0
encoding= encoding=
highlight= highlight=LaTeX
line=0 line=0
open=false open=false
order=-1 order=-1
@ -189,8 +198,17 @@ order=-1
[item:ueb6.tex] [item:ueb6.tex]
archive=true archive=true
column=0 column=0
encoding= encoding=UTF-8
highlight= highlight=LaTeX
line=0 line=119
open=false open=false
order=-1 order=-1
[item:ueb7.tex]
archive=true
column=15
encoding=ISO 8859-1
highlight=LaTeX
line=67
open=true
order=1

View File

@ -47,5 +47,9 @@
% \include{ueb6} % \include{ueb6}
% \inlcude{ueb7} % \inlcude{ueb7}
% \part{Formelsammlung}
% \label{FS}
% \include{formelsammlung}
\end{document} \end{document}