- #1
zckumling
- 1
- 0
Hi, this is my first post on this forum ..
My education is ship-electrician, I'm not starting calculus until next semester when I start on my engineering degree .. I've started reading stuff on my own and I'm doing a circuit simulation ..
Here's my function: (KCL)
[tex]
{\frac {{\it vaa}-{\it vout}}{{\it ra}}}-{\it lookupIa} \left( {\it
vgk} \right) -{\frac {{\it vout}}{{\it rload}}}=0
[/tex]
I need help to find the derivative of this function to use it with a Newton method iteration..
lookupIa(vgk), is my lookuptable in C++ and I have no clue how to solve this function when it depends on a second function.. ;)
I'm a complete idiot on this subject at the moment, any help on this and I'm forever grateful!
My education is ship-electrician, I'm not starting calculus until next semester when I start on my engineering degree .. I've started reading stuff on my own and I'm doing a circuit simulation ..
Here's my function: (KCL)
[tex]
{\frac {{\it vaa}-{\it vout}}{{\it ra}}}-{\it lookupIa} \left( {\it
vgk} \right) -{\frac {{\it vout}}{{\it rload}}}=0
[/tex]
I need help to find the derivative of this function to use it with a Newton method iteration..
lookupIa(vgk), is my lookuptable in C++ and I have no clue how to solve this function when it depends on a second function.. ;)
I'm a complete idiot on this subject at the moment, any help on this and I'm forever grateful!