Circuit Theory/Simultaneous Equations/Example 1/ex1mathematica

a = {{1, 0, -100},{0, 1, -100},{1, 1, 0}}
c = {{0},{0},{1}}
LinearSolve[a,c]