04-22-2017 09:57 AM
Hallo Community,
sorry for the banality of my question. I want to invert a Matrix. I feed the invert matrix function with a local variable that is feeded throw a 2 D matrix. I have looked the process throw probes up and concluded that the Inverse matrix function spits a [0x0] matrix out. Could someone show me what i have done wrong :0
thanks for your help !!!
04-22-2017 11:05 AM
Did you put valid data into your controls?
Right now all your controls are set at default values, including 0 for Array ?? control going to the N terminal of the For Loop. If I put a meaningful value in there like 2, it works. Anything else fails because you have hard coded inside that loop a 1-D array of 2 elements, so you wind up with a rectangular array that you can't invert.
04-22-2017 11:07 AM
04-22-2017 11:14 AM - edited 04-22-2017 11:14 AM