96 |
96 |
# fitting the observed expansions K=lambda+2*mu/3 (d=3 formula)
|
97 |
97 |
###############################################################
|
98 |
98 |
###############################################################
|
99 |
|
|
100 |
99 |
Ok: Normal End
|
101 |
100 |
[1.67263 1.60879 1.79043 1.29461]
|
102 |
|
Out[2]:
|
|
101 |
Out[1]:
|
103 |
102 |
fun: 7.656738339961133e-09
|
104 |
103 |
message: 'Optimization terminated successfully.'
|
105 |
|
nfev: 4745
|
106 |
|
nit: 78
|
|
104 |
nfev: 5645
|
|
105 |
nit: 93
|
107 |
106 |
success: True
|
108 |
|
x: array([0.54006051, 0.95448193, 1.21647743, 0.50956303])
|
|
107 |
x: array([0.54667121, 0.97272333, 1.29777546, 0.53374353])
|
109 |
108 |
|
110 |
109 |
|
111 |
110 |
Results in the results file:
|
... | ... | |
113 |
112 |
/*
|
114 |
113 |
sm;fsn;fss;fsv;sideangle;am;an;as;av;sam;san;sas;sav;tangentangle
|
115 |
114 |
*/
|
116 |
|
-0.540061;0.954482;1.21648;0.509563;0.477428;1.67263;1.60879;1.79043;1.29461;0.963544;0.973407;0.942094;0.935191
|
|
115 |
-0.546671;0.972723;1.29778;0.533744;0.64322;1.67263;1.60879;1.79043;1.29461;0.964469;0.967521;0.935743;0.938534;0.784537
|
117 |
116 |
|
118 |
117 |
|
119 |
|
###############################################################
|
120 |
|
###############################################################
|
121 |
|
# fitting the observed expansions K=lambda+mu (d=2 formula)
|
122 |
|
###############################################################
|
123 |
|
###############################################################
|
124 |
|
Ok: Normal End
|
125 |
|
[1.67263 1.60879 1.79043 1.29461]
|
126 |
|
Out[3]:
|
127 |
|
fun: 7.656738339961133e-09
|
128 |
|
message: 'Optimization terminated successfully.'
|
129 |
|
nfev: 5825
|
130 |
|
nit: 96
|
131 |
|
success: True
|
132 |
|
x: array([0.46445277, 0.95448186, 1.21647529, 0.5095638 ])
|
133 |
118 |
|
134 |
|
|
135 |
|
Results in the results file:
|
136 |
|
|
137 |
|
/*
|
138 |
|
sm;fsn;fss;fsv;sideangle;am;an;as;av;sam;san;sas;sav;
|
139 |
|
*/
|
140 |
|
-0.464453;0.954482;1.21648;0.509564;0.477427;1.67263;1.60879;1.79043;1.29461;0.963544;0.973407;0.942095;0.935191
|
141 |
|
|
142 |
|
|
143 |
|
|
144 |
119 |
'''
|