aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/030-geometrie/uebungsaufgaben/1.m
blob: 854c07c28be574ebf8f00421e2c4b3667b6c9106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)