Homework 1 From the notes "Sparse Matrix Notes" file see pages 15 and 17 (Note that the page numbes on the pages are not correct, use the page numbers on the PDF reader to get to pages 15 and 17) HOMEWORK #1 DUE TUESDAY SEPT 15
Homework 2 Find the optimal bus ordering for the IEEE 14 bus system using the Tinney Scheme 2 algorithm. The FROM-TO list for all lines is given in the text file link here. Note that in the actual 14 bus system line 9-14 is a "double circuit" line and here we will ignor the double circuit. HOMEWORK #2 DUE TUES SEPT 22. IEEE 14 bus data file
Homework 3 Use the sample system branch data for homework problem 2, find the factorization path for each bus and create the "tree" showing this graph. Do this for the system in its original bus order, then repeat it for the system as you reordered the buses in HW 2, discuss the differences.
Homework 4 Use the programs in the zip file below to run calculations of PTDF and LODF factors on the test cases provided. Answer Questions in the HW 4 Description file.
Homework 5 This homework asks you solve a very simple looking, but difficult optimization problem. It is strongly recommended you write a program in Matlab to find the solution. Click on this link to get the problem. Interior Point Optimization Problem