-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
158 lines (158 loc) · 6.56 KB
/
data.js
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
export const sample = "<?xml version='1.0' encoding='UTF-8'?>\n" +
"<queryresult success='true'\n" +
" error='false'\n" +
" numpods='6'\n" +
" datatypes=''\n" +
" timedout=''\n" +
" timedoutpods=''\n" +
" timing='2.359'\n" +
" parsetiming='0.34500000000000003'\n" +
" parsetimedout='false'\n" +
" recalculate=''\n" +
" id='MSP674821de8g343gefi60e0000343d216fc9f179g8'\n" +
" host='https://www5a.wolframalpha.com'\n" +
" server='35'\n" +
" related='https://www5a.wolframalpha.com/api/v1/relatedQueries.jsp?id=MSPa674921de8g343gefi60e00004dfa29747ehdhi2e1618716694557819118'\n" +
" version='2.6'>\n" +
" <pod title='Input'\n" +
" scanner='Identity'\n" +
" id='Input'\n" +
" position='100'\n" +
" error='false'\n" +
" numsubpods='1'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675021de8g343gefi60e00004ch4i7ch666ii438?MSPStoreType=image/gif&s=35'\n" +
" alt='y'(x) = y''(x) + x'\n" +
" title='y'(x) = y''(x) + x'\n" +
" width='101'\n" +
" height='18'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext>y'(x) = y''(x) + x</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" </pod>\n" +
" <pod title='ODE classification'\n" +
" scanner='ODE'\n" +
" id='ODEClassification'\n" +
" position='200'\n" +
" error='false'\n" +
" numsubpods='1'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675121de8g343gefi60e000054a4ah9h70362abi?MSPStoreType=image/gif&s=35'\n" +
" alt='second-order linear ordinary differential equation'\n" +
" title='second-order linear ordinary differential equation'\n" +
" width='327'\n" +
" height='18'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext>second-order linear ordinary differential equation</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" </pod>\n" +
" <pod title='Differential equation solution'\n" +
" scanner='ODE'\n" +
" id='Solution'\n" +
" position='300'\n" +
" error='false'\n" +
" numsubpods='1'\n" +
" primary='true'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675221de8g343gefi60e00001icb2f89c0i4hgi5?MSPStoreType=image/gif&s=35'\n" +
" alt='y(x) = c_1 e^x + c_2 + x^2/2 + x'\n" +
" title='y(x) = c_1 e^x + c_2 + x^2/2 + x'\n" +
" width='156'\n" +
" height='39'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext>y(x) = c_1 e^x + c_2 + x^2/2 + x</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" <states count='1'>\n" +
" <state name='Step-by-step solution'\n" +
" input='Solution__Step-by-step solution'\n" +
" stepbystep='true' />\n" +
" </states>\n" +
" </pod>\n" +
" <pod title='Plots of sample individual solutions'\n" +
" scanner='ODE'\n" +
" id='PlotsOfSampleIndividualSolutions'\n" +
" position='400'\n" +
" error='false'\n" +
" numsubpods='1'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675321de8g343gefi60e00005i8ga9d2bb2age69?MSPStoreType=image/gif&s=35'\n" +
" alt=' | | | | y(0) = 1\n" +
"y'(0) = 0\n" +
" | | | | y(0) = 0\n" +
"y'(0) = 1'\n" +
" title=' | | | | y(0) = 1\n" +
"y'(0) = 0\n" +
" | | | | y(0) = 0\n" +
"y'(0) = 1'\n" +
" width='383'\n" +
" height='224'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext> | | | | y(0) = 1\n" +
"y'(0) = 0\n" +
" | | | | y(0) = 0\n" +
"y'(0) = 1</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" </pod>\n" +
" <pod title='Sample solution family'\n" +
" scanner='ODE'\n" +
" id='SampleSolutionFamily'\n" +
" position='500'\n" +
" error='false'\n" +
" numsubpods='1'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675421de8g343gefi60e000065bdie7ad7bdh7a6?MSPStoreType=image/gif&s=35'\n" +
" alt=' (sampling y(0) and y'(0))'\n" +
" title=' (sampling y(0) and y'(0))'\n" +
" width='407'\n" +
" height='155'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext> (sampling y(0) and y'(0))</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" </pod>\n" +
" <pod title='Possible Lagrangian'\n" +
" scanner='ODE'\n" +
" id='PossibleLagrangian'\n" +
" position='700'\n" +
" error='false'\n" +
" numsubpods='1'>\n" +
" <subpod title=''>\n" +
" <img src='https://www5a.wolframalpha.com/Calculate/MSP/MSP675521de8g343gefi60e0000492b1d9b72312fg8?MSPStoreType=image/gif&s=35'\n" +
" alt='ℒ(y', y, x) = 1/2 (e^(-x) (y')^2 - 2 e^(-x) x y)'\n" +
" title='ℒ(y', y, x) = 1/2 (e^(-x) (y')^2 - 2 e^(-x) x y)'\n" +
" width='225'\n" +
" height='36'\n" +
" type='Default'\n" +
" themes='1,2,3,4,5,6,7,8,9,10,11,12'\n" +
" colorinvertable='true' />\n" +
" <plaintext>ℒ(y', y, x) = 1/2 (e^(-x) (y')^2 - 2 e^(-x) x y)</plaintext>\n" +
" </subpod>\n" +
" <expressiontypes count='1'>\n" +
" <expressiontype name='Default' />\n" +
" </expressiontypes>\n" +
" </pod>\n" +
"</queryresult>";