Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
notes:gf [2016/07/28] gomidanotes:gf [2016/08/05] gomida
Line 10: Line 10:
 ==== GF(q) Matrix Multiplication on MATLAB ==== ==== GF(q) Matrix Multiplication on MATLAB ====
 매트릭스 자료형 자체를 매트랩에서 제공하는 GF(q) 형태로 변경 후 연산하는 방법, 매트릭스 자료형은 그대로 두고 연산결과를 mod 하는 두 가지 방법이 있다. 예제에서 두번째 인자 2는 GF(2)의 의미이다. 매트릭스 자료형 자체를 매트랩에서 제공하는 GF(q) 형태로 변경 후 연산하는 방법, 매트릭스 자료형은 그대로 두고 연산결과를 mod 하는 두 가지 방법이 있다. 예제에서 두번째 인자 2는 GF(2)의 의미이다.
-  A = gf(A,2) +\\ 
-  B = gf(B,2) +\\ 
-  A*B +=== Binary Matrix Multiplication #1=== 
 +  C = gf(A,2)*gf(B,2) 
 +=== Binary Matrix Multiplication #2===
   C = mod(double(A)*double(B),2)   C = mod(double(A)*double(B),2)
 </sq> </sq>
-\\ +
----- +
-[[Category:Tech]]+

TypeError: Cannot access offset of type string on string

TypeError: Cannot access offset of type string on string

An unforeseen error has occured. This is most likely a bug somewhere.

More info has been written to the DokuWiki error log.