Skip to content

Tag: python

fit multiple parametric curves with scipy python

I am trying to fit two curve into one equation. y = (a * exp(b * (T^-1)))cexp(d100)(x^0.5) for y1, T =10, for y2, T =25. how do a get a,b,c,d I have a code that simplified to fit one data. I don’t know how to do both. I find a similar question with solution but I can’t follow.. fit multiple

Shipping Charges calculator not producing the correct result

The following is a sample of a running program: This is what I have so far: how would I find the sum of all charges? And how would I be able to have the second question come after the cost? So it would display: Answer I did not quite understand this statement how would I find the sum of all