Echelon form over finite fields [closed]

asked 2019-10-19 05:21:24 +0200

Boyan gravatar image

updated 2022-10-15 13:27:23 +0200

FrédéricC gravatar image

I need to get the transformation matrix from echelon form reduction over finite fields but I found in the documentation the following statement:

The matrix library used for Z/p-matrices does not return the transformation matrix, so the transformation option is ignored.

More specifically, the call:

M.echelon_form(transformation=True)

returns only the echelon matrix E but not the transformation matrix T, so that T*M=E, when M is over a finite field.

Is there any workaround? Can I get the transformation matrix over QQ and then reduce it over the finite field?

Any advice is much appreciated.

Thanks, Boyan

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by tmonteil
close date 2019-10-19 10:16:10.953958