SageMath로 Costa 곡면 그리기

양성덕20210413 세 번째 시도 당시 알지 못했던 기법을 알게 되서 이제 다음과 같이 그림을 완성한다. 이러면 Weber가 그린 방법을 그대로 따른 셈이 된다. 참고 문헌[2] Matthias Weber, Costa’s Minimal Surface, Mathematica Notebook File %display latexIn [1]: var(‘rho’) rho = ( gamma(3/4)/sqrt(2)/gamma(5/4) ).n() In [2]: Phi1(w) = 2*rho*I*sqrt(w)*hypergeometric((1/4,3/2,), (5/4,), w^2) Phi2(w) = -2/(3*rho)*I*w*sqrt(w)*hypergeometric((1/2,3/4,), (7/4,), w^2) In [3]: omega1(z) = … Read more