## Dicewars A simplified version of game [DiceWars](http://www.gamedesign.jp/flash/dice/dice.html) between two players goes such that each player is assigned a stack of 6-sided dice which equate to …
Maths
A sample diagram with custom defined function that also has legend.  ```tex \begin{tikzpicture}[ declare function={ gamma(\z) = …
This diagram was made for my homework of Mathematical Physics at Drexel University during my Masters education The homework assignment can be found here at …
This diagram was made for my homework of Mathematical Physics at Drexel University during my Masters education The homework assignment can be found here at …
This diagram was made for my homework of Mathematical Physics at Drexel University during my Masters education The homework assignment can be found here at …
A pgf diagram using custom function to plot with different parameters.  ```tex \begin{tikzpicture}[ declare function = { seen(\x) = …
# Setup first lets setup up some imports ```python import numpy as np import sympy as smp import matplotlib.pyplot as plt plt.rcParams['figure.figsize'] = (16.0, 6.0) smp.init_printing() from …
## Introduction This a a direct export from a jupyter notebook that I had for the study of discrete Fourier transfrom of Gaussian function. ```python import numpy as np import sympy as smp from …