"골레이 코드 (Golay code)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로)
1번째 줄: 1번째 줄:
<h5>이 항목의 수학노트 원문주소</h5>
+
==이 항목의 수학노트 원문주소</h5>
  
 
* [[골레이 코드 (Golay code)]]
 
* [[골레이 코드 (Golay code)]]
7번째 줄: 7번째 줄:
 
 
 
 
  
<h5>개요</h5>
+
==개요</h5>
  
 
 
 
 
13번째 줄: 13번째 줄:
 
 
 
 
  
<h5>Golay code</h5>
+
==Golay code</h5>
  
 
# Clear[n, k, x, y, A, B, G, H, V, hw, md, W, Gex, Vex, hwex, mdex, Wex]<br> n := 23<br> k := 12<br> (*F2[k] is a set of all row vectors in k-tuples*)<br> F2[k_] := Tuples[{0, 1}, k]<br> (*matrix for systematic form representation*)<br> c5 := {1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0};<br> MG := Table[RotateRight[c5, n], {n, 0, 10}]<br> AppendTo[MG, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}];<br> A := Transpose[MG]
 
# Clear[n, k, x, y, A, B, G, H, V, hw, md, W, Gex, Vex, hwex, mdex, Wex]<br> n := 23<br> k := 12<br> (*F2[k] is a set of all row vectors in k-tuples*)<br> F2[k_] := Tuples[{0, 1}, k]<br> (*matrix for systematic form representation*)<br> c5 := {1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0};<br> MG := Table[RotateRight[c5, n], {n, 0, 10}]<br> AppendTo[MG, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}];<br> A := Transpose[MG]
23번째 줄: 23번째 줄:
 
 
 
 
  
<h5>weight enumerator</h5>
+
==weight enumerator</h5>
  
 
* <math>x^{24}+759 x^{16} y^8+2576 x^{12} y^{12}+759 x^8 y^{16}+y^{24}</math>
 
* <math>x^{24}+759 x^{16} y^8+2576 x^{12} y^{12}+759 x^8 y^{16}+y^{24}</math>
31번째 줄: 31번째 줄:
 
 
 
 
  
<h5>역사</h5>
+
==역사</h5>
  
 
 
 
 
42번째 줄: 42번째 줄:
 
 
 
 
  
<h5>메모</h5>
+
==메모</h5>
  
 
 
 
 
52번째 줄: 52번째 줄:
 
 
 
 
  
<h5>관련된 항목들</h5>
+
==관련된 항목들</h5>
  
 
 
 
 
76번째 줄: 76번째 줄:
 
 
 
 
  
<h5>사전 형태의 자료</h5>
+
==사전 형태의 자료</h5>
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
86번째 줄: 86번째 줄:
 
 
 
 
  
<h5>매스매티카 파일 및 계산 리소스</h5>
+
==매스매티카 파일 및 계산 리소스</h5>
  
 
* https://docs.google.com/file/d/0B8XXo8Tve1cxY21Hc2Q3X25rbzQ/edit
 
* https://docs.google.com/file/d/0B8XXo8Tve1cxY21Hc2Q3X25rbzQ/edit
108번째 줄: 108번째 줄:
 
 
 
 
  
<h5>리뷰논문, 에세이, 강의노트</h5>
+
==리뷰논문, 에세이, 강의노트</h5>
  
 
 
 
 
116번째 줄: 116번째 줄:
 
 
 
 
  
<h5>관련논문</h5>
+
==관련논문</h5>
  
 
* http://www.jstor.org/action/doBasicSearch?Query=
 
* http://www.jstor.org/action/doBasicSearch?Query=
126번째 줄: 126번째 줄:
 
 
 
 
  
<h5>관련도서</h5>
+
==관련도서</h5>
  
 
*  도서내검색<br>
 
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
** http://book.daum.net/search/contentSearch.do?query=

2012년 10월 31일 (수) 11:45 판

==이 항목의 수학노트 원문주소

 

 

==개요

 

 

==Golay code

  1. Clear[n, k, x, y, A, B, G, H, V, hw, md, W, Gex, Vex, hwex, mdex, Wex]
    n := 23
    k := 12
    (*F2[k] is a set of all row vectors in k-tuples*)
    F2[k_] := Tuples[{0, 1}, k]
    (*matrix for systematic form representation*)
    c5 := {1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0};
    MG := Table[RotateRight[c5, n], {n, 0, 10}]
    AppendTo[MG, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}];
    A := Transpose[MG]

 

 

 

==weight enumerator

  • \(x^{24}+759 x^{16} y^8+2576 x^{12} y^{12}+759 x^8 y^{16}+y^{24}\)

 

 

==역사

 

 

 

==메모

 

 

 

==관련된 항목들

 

 

수학용어번역

 

 

 

==사전 형태의 자료

 

 

==매스매티카 파일 및 계산 리소스

 

 

 

 

 

==리뷰논문, 에세이, 강의노트

 

 

 

==관련논문

 

 

==관련도서