Group Abstract Group Abstract

Message Boards Message Boards

0
|
7K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Fit a recursive function?

Posted 10 years ago
POSTED BY: s.rupp
5 Replies
Posted 10 years ago

Thank you Frank, sorry for the late reply, I have been away. I will digest this and try it out. Ta.

POSTED BY: s.rupp
POSTED BY: Frank Kampas

I suggest using FindMinimum or NMinimize, minimizing the sum of the squares of the error terms and using your equation as a constraint.

POSTED BY: Frank Kampas
Posted 10 years ago

Thank you Prof. Binder, I will give that a shot.

POSTED BY: s.rupp

The equation does not have a closed-form solution, given the mixture of linear and exponential terms. It can be solved numerically using FindRoot[equation==0,{I,I_guess}] by putting in values for V and all the parameters. You might also try a ParametricPlot for I(V) for a specified set of parameters.

Another possibility. You could expand the exponentials to give a linear approximation to the equation.

POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard