mirror of
https://github.com/vale981/LAAG1
synced 2025-03-04 16:51:40 -05:00
Fix that
This commit is contained in:
parent
8fdb7709bb
commit
4dde65e970
2 changed files with 8 additions and 5 deletions
|
@ -14,8 +14,8 @@ jobs:
|
|||
name: Generating current version
|
||||
command: |
|
||||
latexmk Lineare_Algebra.tex;
|
||||
sed -e 's/%--//g' Lineare_Algebra.tex > Condensed.tex
|
||||
latexmk Condensed.pdf
|
||||
sed -e 's/%--//g' Lineare_Algebra.tex > Condensed.tex
|
||||
latexmk Condensed.tex
|
||||
mkdir /tmp/artifacts;
|
||||
cp Lineare_Algebra.pdf /tmp/artifacts/
|
||||
- run:
|
||||
|
|
|
@ -1234,14 +1234,17 @@ Dann sehen die L"osungen so aus:
|
|||
\end{enumerate}
|
||||
\end{relation}
|
||||
|
||||
Proposition: Sei \(A\in k^{m\times n}\). Das homogene LGS der Form \(L=\{\phi
|
||||
\begin{proposition}
|
||||
Sei \(A\in k^{m\times n}\). Das homogene LGS der Form \(L=\{\phi
|
||||
t \}\) fuer ein \(r\geq 0, \phi\)
|
||||
|
||||
\(\rightarrow\) es gibt \(n-r\) freie Parameter, die die Loesungsmenge beschreiben.
|
||||
\end{proposition}
|
||||
|
||||
\textbf{Anmerkung} Ein homogenes LGS \(A\cdot x=0\) mit hat immer eine L"osung \(x\not=
|
||||
\begin{bem}
|
||||
Ein homogenes LGS \(A\cdot x=0\) mit hat immer eine L"osung \(x\not=
|
||||
0\) (es gibt mindestens eine freie Variable).
|
||||
|
||||
\end{bem}
|
||||
|
||||
\begin{exa}[] \label{}
|
||||
Finde ein reelles Polynom von Grad 2.
|
||||
|
|
Loading…
Add table
Reference in a new issue