Get the toggle matrix used to solve the board using linear algebra
A lightsout game can be solved using Gaussian elimination. A special matrix
A needs to be used to solve Ax=b, where b is the current
board configuration and x is the solution. This function returns
the matrix A.
board_toggle_matrix(board)
board |
A |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.