+
Solving systems of linear equations: resistor networks
Developed by Eric Ayars - Published August 1, 2016
These exercises are designed to get you started on using computers to solve systems of linear equations. The systems of equations we'll be using come from resistor networks typical of what you might see in a second-semester physics course, but the same techniques can be used for any system of linear equations regardless of their source.
We can of course solve these systems of equations using algebra, but for larger systems of equations it's a lot easier to use a computer.
| Subject Area | Electricity & Magnetism |
|---|---|
| Levels | First Year and Beyond the First Year |
| Available Implementations | Python, Mathematica, and Easy Java Simulations |
| Learning Objectives |
Students who complete these exercises will
* Be able to convert from a system of equations to a matrix equation.
* Be able to use a computational package to solve the matrix equation.
|
| Time to Complete | 30 min |
Code
Login or register as a verified educator for free to access instructor-only material.
Download Options
Share a Variation
Did you have to edit this material to fit your needs? Share your changes by
Creating a Variation
Credits and Licensing
Eric Ayars, "Solving systems of linear equations: resistor networks," Published in the PICUP Collection, August 2016.
The instructor materials are ©2016 Eric Ayars.
The exercises are released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license


