(Created page with "The purpose of this exercise is to # Construct a network residual model in MATLAB # Solve network algebraic equations using MATLAB function fsolve # Construct an DAE model of...")
(No difference)

Revision as of 10:51, 12 November 2015

The purpose of this exercise is to

  1. Construct a network residual model in MATLAB
  2. Solve network algebraic equations using MATLAB function fsolve
  3. Construct an DAE model of a network load in MATLAB
  4. Compute the time response using the implicit solver ode15i

STEP 1



STEP 2



STEP 3



STEP 4