Extend your matlab circuit analysis program to handle diodes. The diode characteristic equation is given by
where IS = 1e-14 and VT = 0.025 V.
Your program should plot the current through the diode and the norm of the solution step size as a function of iteration.
Solve the following problems:
D D1 1 0 0 I I1 0 1 .01
D D1 1 0 0 R R1 2 1 100 I I1 0 2 .01
D D1 1 0 0 R R1 2 1 100 V V1 2 0 3
D D1 1 0 0 D D2 2 1 0 R R1 3 2 100 V V1 3 0 3
D D1 1 0 0 D D2 2 1 0 V V1 2 0 -3Explain why the analysis is nearly singular.
Maintained by John Loomis, last updated 30 Aug 2002