blob: 039d20c52a641175c1c2a810e3df3596cc2415e2 (
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
111
112
113
114
115
116
117
118
119
120
121
122
|
<?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:mi>s</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>x</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">=</math:mo>
<math:mrow>
<math:msub>
<math:mi>y</math:mi>
<math:mn>1</math:mn>
</math:msub>
<math:mo math:stretchy="false">+</math:mo>
<math:mi>s</math:mi>
</math:mrow>
</math:mrow>
<math:mi>'</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mn>1</math:mn>
</math:msub>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">⋅</math:mo>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>x</math:mi>
<math:mo math:stretchy="false">−</math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mn>1</math:mn>
</math:msub>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
</math:mrow>
<math:mtext> for </math:mtext>
<math:mrow>
<math:mi>x</math:mi>
<math:mo math:stretchy="false"><</math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mn>1</math:mn>
</math:msub>
</math:mrow>
</math:mrow>
</math:mtr>
<math:mtr>
<math:mrow>
<math:mi>s</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mi>x</math:mi>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">=</math:mo>
<math:mrow>
<math:msub>
<math:mi>y</math:mi>
<math:mi>n</math:mi>
</math:msub>
<math:mo math:stretchy="false">+</math:mo>
<math:mi>s</math:mi>
</math:mrow>
</math:mrow>
<math:mi>'</math:mi>
<math:mrow>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mi>n</math:mi>
</math:msub>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
<math:mo math:stretchy="false">⋅</math:mo>
<math:mrow>
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>x</math:mi>
<math:mo math:stretchy="false">−</math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mi>n</math:mi>
</math:msub>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mrow>
</math:mrow>
<math:mtext> for </math:mtext>
<math:mrow>
<math:mi>x</math:mi>
<math:mo math:stretchy="false">></math:mo>
<math:msub>
<math:mi>x</math:mi>
<math:mi>n</math:mi>
</math:msub>
</math:mrow>
</math:mrow>
</math:mtr>
</math:mtable>
</math:mrow>
<math:annotation math:encoding="StarMath 5.0">alignl stack {
s(x) = y_1 + s'(x_1) cdot (x - x_1) " for " x < x_1 #
s(x) = y_n + s'(x_n) cdot (x - x_n) " for " x > x_n
}</math:annotation>
</math:semantics>
</math:math>
|