That's strange, the page published #924 isn't mine any more.. Here is
mine : http://www.sagenb.org/home/pub/931/
If it disappears again, the problem comes from this line :
B_sol=find_fit(f1_data, Kohl, parameters = [Beta], variables = [t],
initial_guess = [0.3], solution_dict = True)[Beta]
where Kohl is a python function :
var("Beta")
def Kohl(t,Beta):
return n(exp(-(exp(t*ln(10))/T_sol)**Beta))
f1_data a set of points :
[
[-15.0000000000000, 0.94311622895386082],
[-14.8800000000000, 0.94311556569591271],
[-14.7600000000000, 0.94311469137075055],
[-14.6400000000000, 0.94311353881889759],
[-14.5200000000000, 0.94311201951731505],
........
and T_sol = 3.7139753336269206e-08
Thanks
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---