Skip to main content

Algebra for Circuit Analysis (ALCIRA)

This project would build a GUI front end based on the Maxima Computer Algebra System. Users would be able to import a netlist (involving elementary elements and the four controlled sources and some alcira specific components like opamps) and then derive symbolic expressions for small signal transfer functions etc.

God willing I shall start work on this during the summer vacation this year.

Comments

Popular posts from this blog

Jump start into Character Recognition - Part 1

Motivation The dawn of computers and their integration into a huge network called the internet has accelerated the sharing of knowledge like never before. However, there exists a divide between the forms of expression familiar to us and the forms in which the information can be fed in at a computer terminal. For example, when writing about scientific material we make extensive use of diagrams to convey the ideas, but, feeding a graphic into the computer, requires special effort and doesn't come naturally. These and other aspects have always been a matter of concern for me, being someone fond of publishing on the web whatever I know :) Any how, the aim of this article and other in this series is not to demonstrate my solution to the above problem ... instead to attract young and curious minds to the problem so that they may contribute to it solution. Start The plan is to build, step by step, a very simple, character recognition program which would take a simple text file contai...