I am currently doing a project where I need to find the capacitance of a multi-conductor system. Through my literature review, I read about the concept of a capacitance matrix. After more research, I am unable to find a closed form expression which calculates the total capacitance of the system from the capacitance matrix. I am only able to find the expression for the total capacitance for a two conductor system which is shown below. Assuming we have a capacitance matrix for a 2 conductor system.
$$ \textbf{C}= \begin{bmatrix} C_{11} & C_{12}\ C_{21} & C_{22} \end{bmatrix} $$
The total capacitance of the system is computed by:
$$ C_{total} = \frac{C_{11}C_{22}-C_{12}C_{21}}{{C_{11}} + C_{12} + C_{21} + C_{22}} $$
However, I am unable to find a closed form expression of the total capacitance of a system from the capacitance matrix with a system consisting of more than 2 conductors. Can anybody please help to explain to me how?
The total capacitance is calculated looking through the first and last conductors if it matters. If there are any resources that explain this please also let me know. Also correct me if any I am mistaken with any of the information above.