How can I compute the inverse of a very large GF(2) matrix efficiently?!

조회 수: 9 (최근 30일)
CharlesB
CharlesB 2018년 10월 25일
편집: Bruno Luong 2018년 10월 25일
I currently have a double matrix A of size 1282 x 1282 that consists only of ones and zeros, I want to calculate the inverse of matrix A over GF(2). I am trying to calculate its inverse in the following manner:
inv_A = inv(gf(A,2))
My problem is that this method works to find the inverse matrix of a small binary number, but for that size it is taking too long. Any ideas on how I can implement this more efficiently? I would truly appreciate some help.
  댓글 수: 1
Bruno Luong
Bruno Luong 2018년 10월 25일
편집: Bruno Luong 2018년 10월 25일
Sorry not my domain of expertise, but it seems GF(2) is {0,1} field, where as MATLAB command gf(.,2) has 2^2 = 4 elements.
Which one are you working on?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by