From 265fa1545623f7e7195e3edb2c797ceddd6852a5 Mon Sep 17 00:00:00 2001 From: Joe Fields Date: Mon, 30 Dec 2024 22:15:37 -0500 Subject: [PATCH] Corrected example in manual for the infix + used to create the direct sum of codes. --- doc/guava.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guava.xml b/doc/guava.xml index 35809bc..8b11a76 100644 --- a/doc/guava.xml +++ b/doc/guava.xml @@ -1641,7 +1641,7 @@ a [10,5,?] randomly generated code over GF(2) gap> C2:=RandomLinearCode(9,4); a [9,4,?] randomly generated code over GF(2) gap> C1+C2; -a linear [10,9,1]0..10 unknown linear code over GF(2) +a linear [19,9,1..2]4..9 direct sum code