"Mahler measure"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
 
<h5>introduction</h5>
 
<h5>introduction</h5>
  
 
+
# lehmer[x_] := 1 + x - x^3 - x^4 - x^5 - x^6 - x^7 + x^9 + x^10<br> p[x_] := x^4 - x^2 + 1<br> Plot[Log[Abs[p[Exp[2 Pi*I*t]]]], {t, 0, 1}]<br> Exp[NIntegrate[Log[Abs[p[Exp[2 Pi*I*t]]]], {t, 0, 1}]]
 
 
 
 
 
 
 
 
  
 
 
 
 

2010년 3월 25일 (목) 19:35 판

introduction
  1. lehmer[x_] := 1 + x - x^3 - x^4 - x^5 - x^6 - x^7 + x^9 + x^10
    p[x_] := x^4 - x^2 + 1
    Plot[Log[Abs[p[Exp[2 Pi*I*t]]]], {t, 0, 1}]
    Exp[NIntegrate[Log[Abs[p[Exp[2 Pi*I*t]]]], {t, 0, 1}]]

 

history

 

 

related items

 

 

encyclopedia

 

 

books

 

 

 

articles

 

 

question and answers(Math Overflow)

 

 

blogs

 

 

experts on the field

 

 

links