Wiki-Quellcode von Lösung Parabeln zeichnen

Zuletzt geändert von akukin am 2025/06/05 11:06

Zeige letzte Bearbeiter
1 {{formula}}p: y=x^2+3{{/formula}}
2 [[image:p.PNG||width="180" style="float: left"]]
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 {{formula}}q: y=(x+1)^2{{/formula}}
18 [[image:q.PNG||width="180" style="float: left"]]
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33 {{formula}}f: y=4x^2{{/formula}}
34 [[image:f.PNG||width="180" style="float: left"]]
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49 {{formula}}g: y=-0,5x^2+2{{/formula}}
50 [[image:g.PNG||width="180" style="float: left"]]
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65 {{formula}}h: y=1,5(x-2)^2{{/formula}}
66 [[image:h.PNG||width="180" style="float: left"]]
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81 {{formula}}m: y=1,5(x-2)^2-4,5{{/formula}}
82 [[image:m.PNG||width="180" style="float: left"]]