You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #20342: Method for the rate of a linear code.
The "rate" of a linear code is `k/n` where `k` is the dimension and `n`
the length of the code. This is fundamental number that all coding
theorists use. This should be available for any linear code in Sage.
Note that it should be implemented on the class `AbstractLinearCode` to
be available to both `LinearCode` and specific families of codes such as
`GeneralizedReedSolomonCode`.
URL: https://trac.sagemath.org/20342
Reported by: jsrn
Ticket author(s): David Lucas
Reviewer(s): Daniel Augot
0 commit comments