I am trying to perform the substraction of two tables with identical structures (i.e. row and columns numbers). What I wan to do is to substract the value in each cell from table 1 and table 2, and produce a new table with the residual values? Is there a specific node to accomplish that procedure?
What I am actually trying to do is to substract the numerial values in the cells of each table, to get a new table containing the same number of rows and columns, but containing in each cell the value corresponding to the subtraction of that cell in Table 1 - that cell in Table 2.
Thank you very much Ferry for your response and for providing me this elegant workflow. It aparenty performs what I am trying to accomplish, but it works only for integer values, since fraccional values are rounded. Is tere any workaround for this issue?