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

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “수학사연표” 문자열을 “수학사 연표” 문자열로)
1번째 줄: 1번째 줄:
==이 항목의 수학노트 원문주소==
 
 
* [[골레이 코드 (Golay code)]]
 
 
 
 
 
 
 
 
 
==개요==
 
==개요==
  
32번째 줄: 24번째 줄:
  
 
==역사==
 
==역사==
 
 
 
  
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
40번째 줄: 30번째 줄:
 
 
 
 
  
 
 
 
==메모==
 
 
 
 
 
* Math Overflow http://mathoverflow.net/search?q=
 
 
 
 
 
 
 
  
 
==관련된 항목들==
 
==관련된 항목들==
 
+
* [[해밍코드(Hamming codes)]]
 
 
 
 
  
 
 
 
 
 
==수학용어번역==
 
 
*  단어사전<br>
 
** http://translate.google.com/#en|ko|
 
** http://ko.wiktionary.org/wiki/
 
* 발음사전 http://www.forvo.com/search/
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 
* [http://www.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
 
 
 
 
 
  
==사전 형태의 자료==
 
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/
 
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 
 
 
 
  
 
 
 
 
89번째 줄: 44번째 줄:
  
 
* https://docs.google.com/file/d/0B8XXo8Tve1cxY21Hc2Q3X25rbzQ/edit
 
* https://docs.google.com/file/d/0B8XXo8Tve1cxY21Hc2Q3X25rbzQ/edit
* http://www.wolframalpha.com/input/?i=
 
 
* http://mathworld.wolfram.com/GolayCode.html
 
* http://mathworld.wolfram.com/GolayCode.html
* http://functions.wolfram.com/
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://people.math.sfu.ca/%7Ecbm/aands/toc.htm Abramowitz and Stegun Handbook of mathematical functions]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]
 
* [http://numbers.computation.free.fr/Constants/constants.html Numbers, constants and computation]
 
* [https://docs.google.com/open?id=0B8XXo8Tve1cxMWI0NzNjYWUtNmIwZi00YzhkLTkzNzQtMDMwYmVmYmIxNmIw 매스매티카 파일 목록]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
==리뷰논문, 에세이, 강의노트==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2014년 1월 5일 (일) 13:25 판

개요

 

 

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}\)

 

 

역사

 


관련된 항목들

 

   


 

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