Skip to content

Instantly share code, notes, and snippets.

@XerxesZorgon
XerxesZorgon / Fibonacci.html
Created February 2, 2024 19:36
Geogebra worksheet showing rotations/scaling for a linear transformation
<!DOCTYPE html>
<html>
<head>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta charset="utf-8"/>
<script src="https://cdn.geogebra.org/apps/deployggb.js"></script>
</head>
<body>
<div id="ggbApplet"></div>
@XerxesZorgon
XerxesZorgon / Bretscher_sequence.ipynb
Created February 2, 2024 19:24
Spectral decomposition of 2x2 matrix defining recursive sequence, in Mathematica
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XerxesZorgon
XerxesZorgon / Problem2024.ipynb
Created February 2, 2024 19:23
Spectral decomposition of 2x2 matrix defining recursive sequence, in Julia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XerxesZorgon
XerxesZorgon / Attack rate.csv
Created November 12, 2023 14:55
Data used in HeuristicLab to estimate attack rate from relative risk (Hr)
x logx Hr Fit
0.000222026 -3.653596397 0.356389604 -0.125
0.000279034 -3.55434296 0.356389604 -0.125
0.00035068 -3.455089522 0.37470064 0
0.000440721 -3.355836085 0.37470064 0
0.000553882 -3.256582648 0.502877892 0.125
0.000696099 -3.157329211 0.557811 0.125
0.000874831 -3.058075774 0.637158823 0.25
0.001099456 -2.958822336 0.692091931 0.375
0.001381755 -2.859568899 0.917928042 0.5
@XerxesZorgon
XerxesZorgon / Normalized speaking coughing.csv
Created November 12, 2023 14:53
Virus droplet diameter data for Veusz worksheet NormalizedDiamters.vsz
Diam Speaking Coughing Ratio Counts
3 0.052829091 0.05826629 0.906683629 0.05554769
6 0.207200481 0.201454534 1.028522303 0.204327507
12 0.311449996 0.333187718 0.934758332 0.322318857
20 0.159914164 0.179976297 0.888529026 0.169945231
28 0.096156561 0.085830027 1.120313771 0.090993294
36 0.047840788 0.048243113 0.991660483 0.04804195
45 0.023751532 0.021037346 1.129017519 0.022394439
62.5 0.028075245 0.026764876 1.048958533 0.027420061
87.5 0.01935919 0.015309816 1.264495204 0.017334503
@XerxesZorgon
XerxesZorgon / NormalizedDiameters.vsz
Created November 12, 2023 14:51
Veusz plot of normalized virus droplet diameters. Imports 'Normalized speaking coughing.csv'
# Veusz saved document (version 3.6.2)
# Saved at 2023-11-12T14:06:17.811731
SetCompatLevel(1)
ImportFileCSV('Normalized speaking coughing.csv', linked=True)
Set('colorTheme', 'default-latest')
Set('StyleSheet/Line/width', '2pt')
Set('StyleSheet/Font/font', 'Arial')
Set('StyleSheet/axis-function/autoRange', 'next-tick')
Set('StyleSheet/graph/topMargin', '1.7cm')
@XerxesZorgon
XerxesZorgon / Renewable Decline.vsz
Created October 10, 2023 14:44
Plots renewable energy conversion in decline.csv spreadsheet using Veusz
# Veusz saved document (version 3.6.2)
# Saved at 2023-10-10T14:11:03.062549
SetCompatLevel(1)
AddImportPath('')
ImportFileCSV('decline.csv', linked=True)
Set('colorTheme', 'default-latest')
Set('StyleSheet/Line/width', '2pt')
Set('StyleSheet/Font/font', 'Arial')
Set('StyleSheet/axis-function/autoRange', 'next-tick')
@XerxesZorgon
XerxesZorgon / Blossom_and_Sunset.ipynb
Created August 30, 2023 16:02
Python notebook demonstrating the Poisson and Exponential Distributions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XerxesZorgon
XerxesZorgon / EulerShock.ipynb
Created August 24, 2023 17:59
Attempted numerical solution to Euler's equation in Wolfram Language notebook.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XerxesZorgon
XerxesZorgon / Burgers.ipynb
Created August 24, 2023 17:57
Numerical solution to Burgers' equation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.