aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/030-geometrie/uebungsaufgaben/1.m
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-23 22:52:31 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-23 22:52:31 +0100
commita97ba371f257ffcb29467142d00c59c4fe7205df (patch)
treedbcf49f4f56531b33e16c3866ac9bdf9ac916c10 /buch/chapters/030-geometrie/uebungsaufgaben/1.m
parenttypo (diff)
downloadSeminarSpezielleFunktionen-a97ba371f257ffcb29467142d00c59c4fe7205df.tar.gz
SeminarSpezielleFunktionen-a97ba371f257ffcb29467142d00c59c4fe7205df.zip
more trigo stuff
Diffstat (limited to 'buch/chapters/030-geometrie/uebungsaufgaben/1.m')
-rw-r--r--buch/chapters/030-geometrie/uebungsaufgaben/1.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/chapters/030-geometrie/uebungsaufgaben/1.m b/buch/chapters/030-geometrie/uebungsaufgaben/1.m
new file mode 100644
index 0000000..854c07c
--- /dev/null
+++ b/buch/chapters/030-geometrie/uebungsaufgaben/1.m
@@ -0,0 +1,13 @@
+format long
+
+s = sqrt(2)/2
+c = sqrt(2)/2
+
+s2 = sqrt(1/2-c/2)
+c2 = sqrt(1/2+c/2)
+
+s4 = sqrt(1/2-c2/2)
+c4 = sqrt(1/2+c2/2)
+
+s8 = sqrt(1/2-c4/2)
+c8 = sqrt(1/2+c4/2)