rostislaved / CircuitAnalysis

Graph based circuit analysis tool
MIT License
1 stars 1 forks source link

Quick start example #2

Open kedMertens opened 5 years ago

kedMertens commented 5 years ago

Hi, @Rostislaved ! I would like to contribute to your project. It is not clear what vector parameters have to look like with respect to a circuit scheme. By adding in README figure from your article "RELUCTANCE NETWORK METHOD AS ANALOGY TO FINITE ELEMENT METHOD" clear example of use will be given. image I could edit README file. What do you think ?

rostislaved commented 5 years ago

Great idea! There is full set of these vector values later in article in chapter 4.3. s and t vectors are related exactly to this scheme and R, I, E are randomly generated to be able to run the script.

kedMertens commented 5 years ago

Great idea! There is full set of these vector values later in article in chapter 4.3. s and t vectors are related exactly to this scheme and R, I, E are randomly generated to be able to run the script.

Got it! Then I will start to work on it by creating PR ( Pull Request), this way it will be easier to review.