@rdzman In this comment you shared the makePTDFac.m function. First of all, thanks for that, it really is what I'm looking for! But I have some questions about it:
- Why isn't the function
makePTDFac part of the official distribution? I came across this issue by pure luck as I was looking for ways to analyze sensitivity. Do you have any reservations about the function?
- Im a bit confused about the resulting two (block)matrices. Is the following interpretation of the first one correct?
(Ignoring slack just for simplicity)
$$H^f
= B^f (B^{bus})^{\ -1}
= B^f J^{\ -1}
=
\left[
\begin{array}{c|c}
\frac{\delta P_{ij}}{\delta P_{i}} & \frac{\delta P_{ij}}{\delta Q_{i}} \\
\hline
\frac{\delta Q_{ij}}{\delta P_{i}} & \frac{\delta Q_{ij}}{\delta Q_{i}}
\end{array}
\right]$$
- Do you have any detailed explanation of the calculation? The math behind it is not entirely clear to me.
@rdzman In this comment you shared the
makePTDFac.mfunction. First of all, thanks for that, it really is what I'm looking for! But I have some questions about it:makePTDFacpart of the official distribution? I came across this issue by pure luck as I was looking for ways to analyze sensitivity. Do you have any reservations about the function?(Ignoring slack just for simplicity)