"유한체 위의 정수론과 기하학"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
==이 항목의 수학노트 원문주소==
 
 
 
 
 
 
 
 
 
==개요==
 
==개요==
  
 
 
 
 
 
 
 
 
 
==코드==
 
 
# (*choose the range l for the number of primes*)<br> l := 50<br> (*choose a polynomial to work with*)<br> Pol := x^2 - 5<br> disc := Discriminant[Pol, x]<br> (*choose a modulus*)<br> M := 5<br> Pr[l_] := Table[Prime[n], {n, 1, l}]<br> S := Pr[l]<br> (*output*)<br> Print["discriminant of polynomial", " ", Pol // TraditionalForm]<br> disc<br> (*decomposition of the given polynomial modulo p*)<br> TableForm[Table[{Mod[p, M], Factor[Pol, Modulus -> p]}, {p, S}],<br>  TableHeadings -> {S, {"residue class", "decomposition"}},<br>  TableAlignments -> Center]
 
 
 
 
  
 
 
 
 
  
 
==메모==
 
==메모==
 +
* http://www.science.unitn.it/~degraaf/compalg/polfact.pdf
 +
* Michel Waldschmidt [http://www.math.jussieu.fr/~miw/articles/pdf/FiniteFieldsKathmanduCIMPA2010.pdf Finite fields]
  
 
 
  
 
 
 
 
30번째 줄: 14번째 줄:
  
 
* [[이차잉여의 상호법칙]]
 
* [[이차잉여의 상호법칙]]
* [[정수론에서의 상호법칙 (reciprocity laws)|더 일반적인 상호법칙들(reciprocity laws)]]
+
* [[정수론에서의 상호법칙 (reciprocity laws)]]
 
* [[체론(field theory)]]
 
* [[체론(field theory)]]
 
* [[타니야마-시무라 추측(정리)]]
 
* [[타니야마-시무라 추측(정리)]]
  
 
 
 
 
 
+
==매스매티카 파일 및 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxaWJXREZtdmhOdkE/edit
 
 
 
 
  
41번째 줄: 26번째 줄:
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
* http://en.wikipedia.org/wiki/
+
* http://en.wikipedia.org/wiki/Factorization_of_polynomials_over_finite_fields
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 
 
 
 
 
 
 
  

2013년 4월 8일 (월) 15:06 판

개요

 

메모


 

관련된 항목들

 

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

 

사전 형태의 자료

 

 

관련논문

  • Mazur, Barry. 1993. “On the Passage from Local to Global in Number Theory.” arXiv:math/9307231 (June 30). http://arxiv.org/abs/math/9307231.
  • Koblitz, Neal. 1982. Why Study Equations over Finite Fields? Mathematics Magazine 55, no. 3 (May 1): 144-149. doi:10.2307/2690080