Circuit Theory/Simultaneous Equations/Example 1/ex1mathematica

From Wikibooks, open books for an open world
Jump to navigation Jump to search
a = {{1, 0, -100},{0, 1, -100},{1, 1, 0}}
c = {{0},{0},{1}}
LinearSolve[a,c]