wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 134 10th Jun, 2023
import numpy as np
import matplotlib.pyplot as plt
# Definiowanie promienia
r = 2
# Tworzenie listy kątów theta
theta = np.linspace(0, 2*np.pi, 100)
# Obliczanie wartości x i y
x = r * np.cos(theta)
y = r * np.sin(theta)
# Rysowanie wykresu
plt.figure(figsize=(5,5))
plt.plot(x, y)
plt.gca().set_aspect('equal', adjustable='box')
plt.title('Okrąg o promieniu 2')
plt.grid(True)
plt.show()
To share this paste please copy this url and send to your friends
RAW Paste Data