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

Скачать или смотреть Tell me Pi is irrational without actually telling me Pi is irrational

  • Chirag Dudhat
  • 2023-10-24
  • 18284
Tell me Pi is irrational without actually telling me Pi is irrational
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

Скачать Tell me Pi is irrational without actually telling me Pi is irrational бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Tell me Pi is irrational without actually telling me Pi is irrational или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку Tell me Pi is irrational without actually telling me Pi is irrational бесплатно в формате MP3:

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

Описание к видео Tell me Pi is irrational without actually telling me Pi is irrational

Here is the original 10 minute slow version of my viral Pi reel on Instagram! Also provided the python code on how to use the equation to draw the graph! The code is not for the animation, but just a steady graph.

Hope this might answer your questions!

Here is the link to the Pi reel : https://www.instagram.com/reel/CyrFBp...

Detailed explanation of Pi post by angzt from reddit :

  / gnprzizzgh  


Python code :

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]