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

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 22개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 수학노트 원문주소</h5>
+
==개요==
  
 
 
  
 
+
  
<h5>개요</h5>
+
==메모==
 +
* http://www.science.unitn.it/~degraaf/compalg/polfact.pdf
 +
* Michel Waldschmidt [http://www.math.jussieu.fr/~miw/articles/pdf/FiniteFieldsKathmanduCIMPA2010.pdf Finite fields]
  
 
 
  
 
+
  
# (*choose the range l for the list*)<br> l := 50<br> (*choose the polynomial to work with*)<br> Pol := x^2 - 5<br> disc := Discriminant[Pol, x]<br> (*choose the 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]
+
==관련된 항목들==
 +
* [[유한체 위의 타원곡선에 대한 가우스 정리]]
 +
* [[이차잉여의 상호법칙]]
 +
* [[정수론에서의 상호법칙 (reciprocity laws)]]
 +
* [[체론(field theory)]]
 +
* [[타니야마-시무라 추측(정리)]]
  
 
+
 +
==매스매티카 파일 및 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxaWJXREZtdmhOdkE/edit
 +
  
 
+
==사전 형태의 자료==
  
<h5>메모</h5>
+
* http://ko.wikipedia.org/wiki/
 
+
* http://en.wikipedia.org/wiki/Factorization_of_polynomials_over_finite_fields
 
+
  
 
+
==강의==
 +
* Richard Taylor  [http://video.ias.edu/taylor-lecture-2-12 Primes and Equations], Feb 2012
 +
  
<h5>관련된 항목들</h5>
+
==리뷰, 에세이, 강의노트==
 +
* Van der Geer, Gerard. “Counting Curves over Finite Fields.” arXiv:1409.6090 [math], September 22, 2014. http://arxiv.org/abs/1409.6090.
 +
* 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:[http://dx.doi.org/10.2307/2690080 10.2307/2690080].
  
* [[이차잉여의 상호법칙]]
 
* [[정수론에서의 상호법칙 (reciprocity laws)|더 일반적인 상호법칙들(reciprocity laws)]]
 
* [[체론(field theory)]]
 
 
 
 
 
 
 
 
<h5>사전 형태의 자료</h5>
 
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/
 
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 
  
 
+
==관련논문==
 +
* Dalalyan, Samuel H. ‘An Algorithm for Determining the Irreducible Polynomials over Finite Fields’. arXiv:1505.00776 [math], 2 May 2015. http://arxiv.org/abs/1505.00776.
 +
* Narayanan, Anand Kumar. ‘Polynomial Factorization over Finite Fields By Computing Euler-Poincare Characteristics of Drinfeld Modules’. arXiv:1504.07697 [cs, Math], 28 April 2015. http://arxiv.org/abs/1504.07697.
 +
* Achter, Jeffrey D., Daniel Erman, Kiran S. Kedlaya, Melanie Matchett Wood, and David Zureick-Brown. “A Heuristic for the Distribution of Point Counts for Random Curves over a Finite Field.” arXiv:1410.7373 [math], October 27, 2014. http://arxiv.org/abs/1410.7373.
  
 
 
  
<h5>관련논문</h5>
+
[[분류:정수론]]
  
* Koblitz, Neal. 1982. Why Study Equations over Finite Fields? Mathematics Magazine 55, no. 3 (May 1): 144-149. doi:[http://dx.doi.org/10.2307/2690080 10.2307/2690080]
+
==메타데이터==
* http://www.jstor.org/action/doBasicSearch?Query=
+
===위키데이터===
* http://www.ams.org/mathscinet
+
* ID : [https://www.wikidata.org/wiki/Q5428743 Q5428743]
* http://dx.doi.org/
+
===Spacy 패턴 목록===
 +
* [{'LOWER': 'factorization'}, {'LOWER': 'of'}, {'LOWER': 'polynomials'}, {'LOWER': 'over'}, {'LOWER': 'finite'}, {'LEMMA': 'field'}]

2021년 2월 17일 (수) 05:56 기준 최신판

개요

메모



관련된 항목들


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


사전 형태의 자료


강의


리뷰, 에세이, 강의노트

  • Van der Geer, Gerard. “Counting Curves over Finite Fields.” arXiv:1409.6090 [math], September 22, 2014. http://arxiv.org/abs/1409.6090.
  • 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.


관련논문

  • Dalalyan, Samuel H. ‘An Algorithm for Determining the Irreducible Polynomials over Finite Fields’. arXiv:1505.00776 [math], 2 May 2015. http://arxiv.org/abs/1505.00776.
  • Narayanan, Anand Kumar. ‘Polynomial Factorization over Finite Fields By Computing Euler-Poincare Characteristics of Drinfeld Modules’. arXiv:1504.07697 [cs, Math], 28 April 2015. http://arxiv.org/abs/1504.07697.
  • Achter, Jeffrey D., Daniel Erman, Kiran S. Kedlaya, Melanie Matchett Wood, and David Zureick-Brown. “A Heuristic for the Distribution of Point Counts for Random Curves over a Finite Field.” arXiv:1410.7373 [math], October 27, 2014. http://arxiv.org/abs/1410.7373.

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'factorization'}, {'LOWER': 'of'}, {'LOWER': 'polynomials'}, {'LOWER': 'over'}, {'LOWER': 'finite'}, {'LEMMA': 'field'}]