-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add of the function rank_support_of_vector #39510
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit b8c384a; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, looks good, merci
represent `\GF{q^m}`. The default basis is then `1,\beta,\ldots,\beta^{m-1}`. | ||
``sub_field``. If not specified, the default basis is | ||
`1,\beta,\ldots,\beta^{m-1}` where `\beta` is the generator of the | ||
multiplicative group of `\GF{q^m}` given by Sage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
multiplicative group of `\GF{q^m}` given by Sage. | |
multiplicative group of `\GF{q^m}` given by SageMath |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, I would not say the generator of the multiplicative group but just of generator of GF(q^m).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same remarks apply several times below.
Aaahh... I also had some minor comments. |
Co-authored-by: Xavier Caruso <[email protected]>
We added the function rank_support_of_vector, allowing to compute the rank support of a vector over a finite field.
We also corrected some sentences in the documentation.
📝 Checklist