Solving systems of linear equations through zero forcing set and application to lights out
Jianbo Wang, Chao Xu, Siyun Zhou

TL;DR
This paper introduces a method using zero forcing sets to efficiently solve multiple linear systems and applies it to optimize the Lights Out game solution, achieving significant time improvements.
Contribution
It presents a novel approach leveraging zero forcing sets for fast repeated solutions of linear systems and applies this to improve Lights Out game algorithms.
Findings
Data structure construction in O(mk) time for solving Ax=b
Solution time per instance reduced to O(k^2 + m)
Improved Lights Out game solution from O(n^3) to O(n^ω log n)
Abstract
Let be any field, we consider solving repeatedly for a matrix of non-zero elements, and multiple different . If we are given a zero forcing set of of size , we can then build a data structure in time, such that each instance of can be solved in time. As an application, we show how the lights out game in an grid is solved in time, and then improve the running time to by exploiting the repeated structure in grids.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsQuantum Computing Algorithms and Architecture · Parallel Computing and Optimization Techniques · Distributed and Parallel Computing Systems
