diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-24 17:21:53 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-24 17:21:53 +0200 |
commit | 13304c02851094180b714d71451f279966fb582f (patch) | |
tree | 13950212fb6623bf948c2fcabb6ee88ca6e459ee /buch/chapters/95-homologie/images/Makefile | |
parent | symmetry fix (diff) | |
download | SeminarMatrizen-13304c02851094180b714d71451f279966fb582f.tar.gz SeminarMatrizen-13304c02851094180b714d71451f279966fb582f.zip |
simpliziale Approximation
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/95-homologie/images/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile index 50c2b0d..bc85c55 100644 --- a/buch/chapters/95-homologie/images/Makefile +++ b/buch/chapters/95-homologie/images/Makefile @@ -4,7 +4,8 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # all: complexbasis.pdf homocycles.pdf homoboundaries.pdf homoclasses.pdf \ - gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf + gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf \ + approximation.pdf dreieck.pdf: dreieck.tex pdflatex dreieck.tex @@ -30,3 +31,9 @@ homoclasses.pdf: homoclasses.tex complexbasis.pdf: complexbasis.tex pdflatex complexbasis.tex +approximation.pdf: approximation.tex approx.tex + pdflatex approximation.tex + +approx.tex: approx.m + octave approx.m + |