wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

commit 7acdc0afb722f8f4290f01535ccfc611bd0e4530
parent 4b07a238c0e205d97147ace29b04da6415e9a5d7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 27 Jun 2025 12:09:51 +0200

commit with codex

Diffstat:
matrix_boolean | 2++
matrix_mortality | 10++++++++++
matrix_square | 2++
3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/matrix_boolean b/matrix_boolean @@ -5,3 +5,5 @@ [matrix_multiplication] can then be defined in [boolean_semiring] Up: [matrix], [boolean] + +Aliases: Boolean matrix, Boolean matrices diff --git a/matrix_mortality b/matrix_mortality @@ -0,0 +1,10 @@ +# Matrix mortality + +- given a set of [square_matrices], test if there is a way to multiply them to get the [zero_matrix] +- results in [benameur2024complexity] + - [undecidable] already for 3 by 3 matrices + - for [Boolean_matrices], [pspace_complete] + +Up: [matrix] + +See also: [mortal_word] diff --git a/matrix_square b/matrix_square @@ -3,3 +3,5 @@ [matrix] which has as many rows as columns Up: [matrix] + +Aliases: square matrix, square matrices