Загрузка страницы

Mandelbrot Set Zoom

Computation of Mandelbrot Set using Python code relying on NumPy, Numba (CUDA.jit), Matplotlib (colormap: nipy_spectral_r) libraries.
400 frames @ 6144 x 4096 pixel resolution
Maximum iteration: 3000
Postprocessing of Mandelbrot Set gimage before visualization:
x = (gimage - np.min(gimage)) / (np.max(gimage) - np.min(gimage))
x = x**(1/3.5)
x = (np.sin(x * np.pi - np.pi / 2) + 1) / 2
Center of zoom:
Real part: -0.743643887037158704752191506114774
Imaginary part: 0.131825904205311970493132056385139
Computation time:
39 min on Nvidia GTX 1070
35 min on Nvidia RTX 3070

Видео Mandelbrot Set Zoom канала MrCrazyPhysicist
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
23 октября 2020 г. 8:31:29
00:00:14
Яндекс.Метрика