Index of bounds on the parameters of codesΒΆ
The codes.bounds
object may be used to access the bounds that Sage can compute.
Returns an upper bound on the number of codewords in a (possibly non-linear) code. |
|
Find a modified Delsarte bound on additive codes in Hamming space |
|
Find the Delsarte bound [De1973] on codes in Hamming space |
|
Return an upper bound for the dimension of a linear code. |
|
The asymptotic Elias bound for the information rate. |
|
Returns the Elias upper bound. |
|
Computes the entropy at \(x\) on the \(q\)-ary symmetric channel. |
|
Returns the Gilbert-Varshamov lower bound. |
|
Returns the Griesmer upper bound. |
|
The asymptotic Gilbert-Varshamov bound for the information rate, R. |
|
The Gilbert-Varshamov lower bound for information rate. |
|
The asymptotic Hamming bound for the information rate. |
|
Returns the Hamming upper bound. |
|
Compute |
|
The first asymptotic McEliese-Rumsey-Rodemich-Welsh bound. |
|
The asymptotic Plotkin bound for the information rate. |
|
Returns the Plotkin upper bound. |
|
The asymptotic Singleton bound for the information rate. |
|
Returns the Singleton upper bound. |
|
Returns the number of elements in a Hamming ball. |
Note
To import these names into the global namespace, use:
sage: from sage.coding.bounds_catalog import *