Sep 29, 2009 #1 M medra Full Member level 2 Joined Oct 15, 2006 Messages 149 Helped 37 Reputation 74 Reaction score 6 Trophy points 1,298 Location Egypt Activity points 2,012 Hi all How to find the inverse of a binary Matrix A , Note that the summation is replaced by xor operation. searching for another matrix B such that A*B=I ( with xor instead of summation) is not efficient, is there another solutions ??? Any ideas?
Hi all How to find the inverse of a binary Matrix A , Note that the summation is replaced by xor operation. searching for another matrix B such that A*B=I ( with xor instead of summation) is not efficient, is there another solutions ??? Any ideas?
Dec 10, 2009 #2 M MHanif Member level 2 Joined Jun 13, 2008 Messages 50 Helped 15 Reputation 30 Reaction score 7 Trophy points 1,288 Location Universe Activity points 1,551 Hi Are you doing it manually or through some software. Here is a Wikipedia Link https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm This is for calculation of inverse using some software.
Hi Are you doing it manually or through some software. Here is a Wikipedia Link https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm This is for calculation of inverse using some software.
Dec 10, 2009 #3 M medra Full Member level 2 Joined Oct 15, 2006 Messages 149 Helped 37 Reputation 74 Reaction score 6 Trophy points 1,298 Location Egypt Activity points 2,012 i don't know what is the relation between your answer and my question , any way , i find the solution to my problem , thanks
i don't know what is the relation between your answer and my question , any way , i find the solution to my problem , thanks