I have n number of nodes. Actually, I need to calculate determinant
of nxn matrix.
I need to do this calculation
(a6*a10+a7*a9)-(a7*a8+a5*a10)+(a5*a9+a8*a6)....
Please could anyone help me in writing this stylesheet? The main problem is how to navigate through this tree.