Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR

  • Chirag Dudhat
  • 2023-10-24
  • 126764
Watch π (Pi) painting "The area of a Circle" ENDLESSLY  - 1440p  🎵 :  "Deer" by ANBR
Pi VisualizationIrrationality of PiPi DigitsMathematical ConstantsPi ApproximationVisualizing PiMathematical ProofIrrational NumbersPi GeometryMathematical VisualizationMathematical ArtPi ExplainedGeometric SeriesMathematical PatternsGeometry of PiMathematical Beauty3.14159265359Mathematical ArtworkPi in CirclesVisualizing IrrationalityNumber VisualizationMathematical ArtistryPi VisualMathematics of PiPi and Geometry
  • ok logo

Скачать Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR

I am the original creator of the Pi post which went viral on all social media! Here is the longer 1440p version.

Viral IG Pi Reel : https://www.instagram.com/reel/CyrFBp...
Viral Tiktok Pi Video : https://www.tiktok.com/@thiebo_badmin...

----------------------------------------------------------------

Function : z(t) = e^ti + e^pi*ti

t is timeStamp value, but in radians, i is imaginary number and e is euler's constant

----------------------------------------------------------------

Short Explanation :

The outer arm spins around at a speed, precisely π times faster than the inner arm. But because π is this never-ending, irrational number, that outer arm will never, ever stop at its starting point, no matter how long the video goes on. It's like a forever chase scene where the arm always misses the target line by the tiniest bit, and that bit is basically as thin as it gets.

Detailed explanation of Pi post by angzt from reddit :

  / gnprzizzgh  

----------------------------------------------------------------

Music : "Deer" by Adrian Berenguer. (Licensed)

----------------------------------------------------------------

Python code for the final steady drawing ( Not for the animation ) :

import numpy as np
import matplotlib.pyplot as plt

Create an array of theta values in degrees (e.g., from 0 to 113*360 degrees)
theta_degrees = np.linspace(0, 113*360, 10000)

Convert degrees to radians
theta_radians = np.deg2rad(theta_degrees)

Calculate z(theta) using the formula , 1j is imaginary number
z = np.exp(theta_radians * 1j) + np.exp(np.pi * theta_radians * 1j)

Separate the real and imaginary parts of z
x = np.real(z)
y = np.imag(z)

Create a plot with specific settings
plt.figure(figsize=(10, 10)) # Set a square figure 10x10 inches
plt.plot(x, y, color='white', linewidth=0.5) # Set line color to white and line width to 0.5

plt.gca().set_facecolor('black') # Set background color to black
plt.gca().set_aspect('equal') # Equal aspect ratio
plt.grid(False) # Turn off the grids
plt.xlim(-2.5, 2.5) # X-axis limit
plt.ylim(-2.5, 2.5) # Y-axis limit

plt.show() # Display the plot

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]