Simply the first panel, A, consists of two branches. The second panel, B, consists of 30 branches (all zero values). If we use A - B component, we get the third panel. I realized that the {0;0;0} in third panel gives 15.11 and the others {0;0;1} … {0;15;1} is 12.70. Why does Grasshopper subtracts only once {0;0} in panel A and then subtract 29 times {0;1} in panel A? I hope this is clear. Actually, I don’t understand how operations are done between branches from different trees? Thank you so much
Branch numbers don’t matter when components have their inputs as item.
So Grasshopper associated the first branch of A to the first branch of B.
Then, the second branch of A to the second branch of B.
And then, there are 28 remaining branches in B but no matching branch in A, so Grasshopper uses the last branch of A.