wiki_research

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

commit 0c30f7ed9254a6c80cbaf7f56cb6713dc79fe070
parent e92ab968add72f08ddff2c787fe266f1c6f61791
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 16 Feb 2026 19:13:34 +0100

commit with codex

Diffstat:
matrix | 4++++
matrix_probabilistic | 7+++++++
matrix_types | 2++
submatrix | 4++--
4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/matrix b/matrix @@ -18,6 +18,10 @@ ## Concepts - [eigenvalue] +- [cell] +- [row] +- [column] +- [submatrix] ## [computational_problem] diff --git a/matrix_probabilistic b/matrix_probabilistic @@ -0,0 +1,7 @@ +# Matrix probabilistic + +A [matrix] where each [cell] contains a [probability], i.e., a [number] between 0 and 1 + +Up: [matrix_types] + +Aliases: probabilistic matrix, probabilistic matrices diff --git a/matrix_types b/matrix_types @@ -20,5 +20,7 @@ - [pet_matrix] - [matrix_symmetric] - [matrix_balanced] +- [matrix_stochastic] +- [matrix_probabilistic] Up: [matrix] diff --git a/submatrix b/submatrix @@ -1,7 +1,7 @@ # Submatrix -A [matrix] obtained from another [matrix] by deleting rows and columns +A [matrix] obtained from another [matrix] by deleting [rows] and [columns] Up: [matrix] -See also: [subsequence] +See also: [subsequence], [block_submatrix]