board_toggle_matrix: Get the toggle matrix used to solve the board using linear...

View source: R/board-attribs.R

board_toggle_matrixR Documentation

Get the toggle matrix used to solve the board using linear algebra

Description

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.

Usage

board_toggle_matrix(board)

Arguments

board

A lightsout board object


lightsout documentation built on Aug. 21, 2023, 9:07 a.m.