Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
notes:gf [2016/07/28] gomidanotes:gf [2016/07/28] gomida
Line 9: Line 9:
 <sq> <sq>
 ==== 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)   A = gf(A,2)
   B = gf(B,2)   B = gf(B,2)

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.