circuitsim.html - Spice-like circuit simulator Copyright (C) 2009 Claire Xenia Wolf <claire@clairexen.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. --------------------------------------------------------------------- This is a simple circuit simulator based on the equation solver from eqsolver.html. It is basically just preprocessor for creating an equation system which is then passed to eqsolvlib.js. Have a look at the examples for some a reference on the syntax..