Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

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.

share|improve this question
Searching the WRI site indicates that Nodal2.m is not a "default" (i.e, built-in) Mathematica package. – m_goldberg Jan 23 at 6:09
@m_goldberg: No. It was written in 1992. I still have it in 3.5" floppies. – dwa Jan 23 at 6:18
When Mathematica returns and function unevaluated, it normally means there is 1) a syntax error in the arguments, or 2) some condition required by the function is not satisfied. – m_goldberg Jan 23 at 6:20
@dwa. We're talking about V9 here. – m_goldberg Jan 23 at 6:22
1  
It seems the Nodal package came on a floppy packaged with this book. Not a Wolfram issue, so not a default package and 20 years and at least 7 versions behind. – Sjoerd C. de Vries Jan 23 at 7:00
show 5 more comments

closed as too localized by Oleksandr R., whuber, Sjoerd C. de Vries, István Zachar, Artes May 1 at 11:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.