friedland-csd-solutions icon indicating copy to clipboard operation
friedland-csd-solutions copied to clipboard

Problem 4.4a

Open SethKitchen opened this issue 3 years ago • 0 comments
trafficstars

When setting up the A matrix, top row, third value should be

(\frac{Y_r}{V}-1) which would be (0.001-1)

Also N_r is -0.174 not -0.0174

So the A matrix I believe is:

\begin{bmatrix}-0.746 & 0.006 & -0.999 & 0.0369 \ -12.9 & -0.746 & 0.387 & 0 \ 4.31 & 0.024 & -0.174 & 0 \ 0 & 1 & 0 & 0\end{bmatrix}

SethKitchen avatar Oct 10 '22 02:10 SethKitchen