Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Xenharmonic Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:41, 8 April 2025 Sintel talk contribs created page User:Sintel/Zeta plot python (Created page with "Code for plotting some zetas <syntaxhighlight lang="python"> import math import numpy as np import matplotlib.pyplot as plt from mpmath import zeta, mp from scipy.signal import find_peaks # Set precision for mpmath mp.dps = 15 # Define the range for t t_min, t_max = 4.8, 42 # Real part of the variable # Use 0.5 for critical line sigma = 0.5 # Create array of t values num_points = 2000 t_values = np.linspace(t_min, t_max, num_points) # Calculate zeta function magni...")