From 13304c02851094180b714d71451f279966fb582f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 24 Aug 2021 17:21:53 +0200 Subject: simpliziale Approximation --- buch/chapters/95-homologie/images/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'buch/chapters/95-homologie/images/Makefile') 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 + -- cgit v1.2.1