I am in the process of trying to build a DC circuit simulator similar to the excellent one available at phet.colorado.edu. In order to make it work, I will need to do some matrix manipulations, specifically, computing the inverse of a matrix of size n x n and matrix multiplication.
Has anyone attempted to do this in Construct 2?
Methinks an extension to the Array plugin would be really cool...