
로버트 소겐프라이 (Robert Sorgenfrey)로버트 헨리 소겐프라이(Robert Henry Sorgenfrey, 1915-1995) 는 미국의 수학자이다. 그는 캘리포니아 대학교 로스앤젤레스(UCLA)에서 수학과 명예교수로 재직했으며, 일반위상수학(General Topology) 분야에 기여했다. 그의 이름은 위상공간의 중요한 반례(counterexample)로 사용되는 조르겐프라이 직선(Sorgenfrey line) 과 조르겐프라이 평면(Sorgenfrey plane) 에 남아 있다.조르겐프라이 직선 (Sorgenfrey Line)과

문제 해결을 위한 일반 원칙쐐기 합 공간

첫 번째 호몰로지 군

import numpy as npimport matplotlib.pyplot as pltdef draw_circle(ax, center, radius, num_points=600): t = np.linspace(0, 2*np.pi, num_points) x = center[0] + radius*np.cos(t) y = center[1] + radius*np.sin(t) ax.plot(x, y, linewidth=1.0)# Model A: Countable wedge of circles as nested circles tangent at the origin,# with radii increasing (so no entire circle lies in a small neighborhoo..

# Full code: Plot a vector field along a parallel of the unit sphere# where each vector in the tangent plane is oriented to point toward the north poleimport numpy as npimport matplotlib.pyplot as pltfrom mpl_toolkits.mplot3d import Axes3D# Constantsphi = np.pi / 3 # colatitudetheta = np.linspace(0, 2 * np.pi, 200)skip = 10# Parallel circle on spherex = np.sin(phi) * np.cos(theta)y = np.sin(phi..

1. 양립방정식의 필요성: 곡면은 아무렇게나 만들어지지 않는다우리가 임의로 6개의 함수