From: Justace C. <pro...@co...> - 2004-04-13 20:10:30
|
Hey guys... I know that a lot of you are busy working on the 4.0 stuff, been watching... But I had a question. I am trying to fit a diode circuit to some data. Simple circuit but here is the code that I am trying to do. f(x, Ia) = I*(exp( (e*(x-Rth*Ia))/(k*T) )-1) I = -2.5E-5 fit f(x,y) '742_743' using (-1*($5-$7)):(-1E-6*(($4+$6)/2)) via I So, the question is, I want to solve for the diode current but I need to know the current to see how much voltage is lost in the resister. Is this possible? Justace |