aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/3/images/ideal.pov
blob: 88afaf73ddfe72dbfe2e0a42ea05a35cf69b1529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
// ideal.pov
//
// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#declare T = clock;
#include "common.inc"

#if (T < 1)
Zring()
#else
    #if (T < 2)
	Hauptideal()
    #else
	#if (T < 3)
	    Ideal2()
	#else
	    #if (T < 4)
		IdealX()
	    #else
		Nichthauptideal()
		NichthauptidealKomplement()
	    #end
	#end
    #end
#end