blob: 8dff82d380a1efba753500976ecb1b3ed1d83446 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML 1.01//EN" "math.dtd">
<math:math xmlns:math="http://www.w3.org/1998/Math/MathML">
<math:semantics>
<math:mrow>
<math:mtable>
<math:mtr>
<math:mrow>
<math:mtext>if </math:mtext>
<math:mi>y</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">≤</math:mo>
<math:mi>y</math:mi>
</math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">+</math:mo>
<math:mn>1</math:mn>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mtext> s is increasing on </math:mtext>
<math:mrow>
<math:mo math:stretchy="false">[</math:mo>
<math:mrow>
<math:mi>x</math:mi>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mi>,</math:mi>
<math:mi>x</math:mi>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">+</math:mo>
<math:mn>1</math:mn>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
</math:mrow>
<math:mo math:stretchy="false">]</math:mo>
</math:mrow>
</math:mrow>
</math:mtr>
<math:mtr>
<math:mrow>
<math:mtext>if </math:mtext>
<math:mi>y</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">≥</math:mo>
<math:mi>y</math:mi>
</math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">+</math:mo>
<math:mn>1</math:mn>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mtext> s is decreasing on </math:mtext>
<math:mrow>
<math:mo math:stretchy="false">[</math:mo>
<math:mrow>
<math:mi>x</math:mi>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mi>,</math:mi>
<math:mi>x</math:mi>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>i</math:mi>
<math:mo math:stretchy="false">+</math:mo>
<math:mn>1</math:mn>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
</math:mrow>
<math:mo math:stretchy="false">]</math:mo>
</math:mrow>
</math:mrow>
</math:mtr>
</math:mtable>
</math:mrow>
<math:annotation math:encoding="StarMath 5.0">alignl stack {
"if " y(i) <= y(i+1) " s is increasing on " [x(i), x(i+1)]#
"if " y(i) >= y(i+1) " s is decreasing on " [x(i), x(i+1)]
}</math:annotation>
</math:semantics>
</math:math>
|