User Portlet User Portlet

Discussions
We have a square matrix A. I am not able to understand how matrix A is used to create matrix SC by looking at the code. Can you please advise? not[idx_] := Complement[Range[NN], idx] SC[A_, idx_] := A[[idx, idx]] - A[[idx, not@idx]] ....