Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIR

solve circuit equations with resistors & diodes

examples

solve([
    {
        c: {
            type: "voltage",
            V: 3
        },
        p: 0,
        q: 1,
    },
    {
        c: {
            type: "resistor",
            R: 220, // Ohms?
        },
        p: 1,
        q: 2,
    },
    {
        c: {
            type: "diode",
            Vd: 1.2,
        },
        p: 2,
        q: 0,
    },
])

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages