E s c o m m aThis is a circuit simulator that was derived in an attempt to write a set of math routines to solve linear and non-linear numerical problems. The netlist parser is continually being improved as well as the math routines. It's current state has facilities for LU decomposition and operating point analysis. The downloadable version is a bit delayed compared to the local copy because there is some of experimenting being done before any changes are released. It is written in C and protyping of some of the routines are tested under octave and maxima. This is released under the General Public License (GPL) for everyone to enjoy and learn from. ToolsIn the study of circuit simulation internals and numerical analysis, this tools provided insights on how a certain set of code reacts to certain type of data. Octave - (www.octave.org) "GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language." Maxima - (maxima.sourceforge.net) "Maxima is a descendant of DOE Macsyma, which had its origins in the late 1960s at MIT. It is the only system based on that effort still publicly available and with an active user community, thanks to its open source nature. Macsyma was the first of a new breed of computer algebra systems, leading the way for programs such as Maple and Mathematica." Valgrind - (valgrind.kde.org) "Valgrind is a GPL'd system for debugging and profiling x86-Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs." References
|
Copyright © 2004 Fernan Bolando. All rights reserved.