I am using a default package Nodal2.m for nodal analysis of a Voltage Controlled Current Source, but it's giving the same statement back in output instead of Y parameters. Nodal2.m loads perfectly, so the package is not the issue since its a default Mathematica package. It works with a simple Volatage source, for example, a Voltage divider circuit.
feedbackAmp =
NodalNetwork[VCCS[{1, 0, 0, 2}, gm, Infinity],
Resistor[{l, 2}, Rib ],
Resistor[{l, 0}, Rin]];
NodalAnalyze[feedbackAmp]
NodalNetwork[VCCS[{1, 0, 0, 2}, gm, [Infinity]], Resistor[{l, 2}, Rib], Resistor[{l, 0}, Rin]]
Could anyone please indicate the adjustments needed in the code? I am using Mathematica 9.
Nodal2.mis not a "default" (i.e, built-in) Mathematica package. – m_goldberg Jan 23 at 6:09