본문으로 이동

파일:Plot of x^y = y^x.svg

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

원본 파일(SVG 파일, 실제 크기 419 × 424 픽셀, 파일 크기: 45 KB)

파일 설명

설명
English: The boundary of the blue and white regions are the points where . The blue region corresponds to and the white region corresponds to . The bottom blue curve can be written explicitly by the expression , where is the Lambert W function. The top green curve is , and the dashed black curve is . From the plot, we can see that and .
날짜
출처 자작
저자 Hugo Spinelli
다른 버전 Plot of x^y = y^x.png
SVG 발전
InfoField
 
SVG 파일의 소스 코드 문법이 올바릅니다.
 
벡터 그림Inkscape(으)로 제작되었습니다.
소스 코드
InfoField
Try it here (permalink). Cleaned up with Inkscape afterwards.
SageMath code
var('x y')
f = x^y-y^x
max_x, max_y = 8, 8
range_x = (x, 0.01, max_x)
range_y = (y, 0.01, max_y)

p = plot([], dpi=150, gridlines=False)
p += region_plot(f>0, range_x, range_y, incol='lightblue', bordercol='gray', axes_labels=['$x$','$y$'])
e = exp(1)
p += text('$x^y > y^x$', [3.5, 5], rgbcolor='dimgray', fontsize='large')
p += text('$x^y > y^x$', [3.5, 1], rgbcolor='dimgray', fontsize='large')
p += text('$x^y < y^x$', [1.0, 4], rgbcolor='dimgray', fontsize='large')
p += text('$x^y < y^x$', [6.0, 4], rgbcolor='dimgray', fontsize='large')

point1 = (exp(1), pi)
point2 = (2, pi)
point3 = (exp(1), exp(1))

p += scatter_plot([point1], markersize=25, edgecolor='gray', facecolor='lightgray')
p += text(r'$(e,\,\pi)$', (point1[0], point1[1] + .25), fontsize='medium', rgbcolor='gray')

p += scatter_plot([point2], markersize=25, edgecolor='gray', facecolor='lightgray')
p += text(r'$(2,\,\pi)$', (point2[0] - .1, point2[1] + .25), fontsize='medium', rgbcolor='gray')

p += scatter_plot([point3], facecolor='red')
p += text(r'$(e,\,e)$', (point3[0], point3[1] - .5), fontsize='large', rgbcolor='black')

g_latex = r'$y = \exp\left(-W_0\left(\frac{-\ln x}{x}\right)\right)$'
g = lambda x: exp(-lambert_w(0, -ln(x)/x))
h_latex = r'$y = \exp\left(-W_{-1}\left(\frac{-\ln x}{x}\right)\right)$'
h = lambda x: exp(-lambert_w(-1, -ln(x)/x))
p += plot(g, range_x, thickness=2)
p += plot(h, (N(g(8)), 8), thickness=2, color='green')
p += text(g_latex, (6.2, 2.2), fontsize='x-large')
p += text(h_latex, (3.6, 7.0), fontsize='x-large', color='green')
p += text('$y = x$', (7.2, 6.4), fontsize='xx-large', color='black')
p += plot(x, range_x, linestyle=':', thickness=1, color='black')

show(p)
p.save('Plot_of_x^y_=_y^x.svg')

라이선스

나는 아래 작품의 저작권자로서, 이 저작물을 다음과 같은 라이선스로 배포합니다:
Creative Commons CC-Zero 이 파일은 크리에이티브 커먼즈 CC0 1.0 보편적 퍼블릭 도메인 귀속에 따라 이용할 수 있습니다.
저작물에 본 권리증서를 첨부한 자는 법률에서 허용하는 범위 내에서 저작인접권 및 관련된 모든 권리들을 포함하여 저작권법에 따라 전 세계적으로 해당 저작물에 대해 자신이 갖는 일체의 권리를 포기함으로써 저작물을 퍼블릭 도메인으로 양도하였습니다. 저작권자의 허락을 구하지 않아도 이 저작물을 상업적인 목적을 포함하여 모든 목적으로 복제, 수정·변경, 배포, 공연·실연할 수 있습니다.

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다
Plot of equation x^y = y^x with inequility regions highlighted.

위키데이터 항목 없는 어떤 값

image/svg+xml

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2023년 9월 30일 (토) 21:072023년 9월 30일 (토) 21:07 판의 섬네일419 × 424 (45 KB)Hugo SpinelliUploaded own work with UploadWizard

다음 문서 1개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

  • en.wikipedia.org에서 이 파일을 사용하고 있는 문서 목록

메타데이터