-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblem2L.json
112 lines (112 loc) · 1.17 KB
/
problem2L.json
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
{
"type" : "Polynomial",
"X" : [
0,
0.02,
0.04,
0.06,
0.08,
0.1,
0.12,
0.14,
0.16,
0.18,
0.2,
0.22,
0.24,
0.26,
0.28,
0.3,
0.32,
0.34,
0.36,
0.38,
0.4,
0.42,
0.44,
0.46,
0.48,
0.5,
0.52,
0.54,
0.56,
0.58,
0.6,
0.62,
0.64,
0.66,
0.68,
0.7,
0.72,
0.74,
0.76,
0.78,
0.8,
0.82,
0.84,
0.86,
0.88,
0.9,
0.92,
0.94,
0.96,
0.98,
1
],
"Y" : [
0.413433632,
0.309746264,
0.187675123,
0.054554458,
-0.077354184,
-0.19003526,
-0.312232176,
-0.407479365,
-0.53970725,
-0.641927586,
-0.712690976,
-0.811422372,
-0.889319063,
-0.950136998,
-0.97655314,
-0.997256755,
-1.01090914,
-0.983776931,
-0.955785663,
-0.912284409,
-0.841172461,
-0.768031949,
-0.667830449,
-0.555470501,
-0.436150499,
-0.295605096,
-0.168328776,
-0.016939508,
0.107952657,
0.258669157,
0.377926521,
0.507158347,
0.634192053,
0.735397933,
0.825550414,
0.895245478,
0.961695036,
1.000627421,
0.998417729,
0.99312213,
0.972007494,
0.895670984,
0.828556638,
0.730988299,
0.612320224,
0.467827756,
0.325519863,
0.183589237,
0.025249979,
-0.131053626,
-0.284656665
],
"initialParameters" : [1, 1],
"numeratorDegree" : -1,
"solver" : "HJ"
}