Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@markten
markten / Incidence_Magnetic.ipynb
Last active October 20, 2017 02:14
EM Wave Incidence with Mu > 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import numpy as np
import matplotlib.pyplot as plt
from random import random, seed
seed()
N1 = 100000
N2 = 1000
Ls = np.linspace(2.4,4.0,N1)
import numpy as np
from random import random, seed
import matplotlib.pyplot as plt
from matplotlib.widgets import Button
from matplotlib import gridspec
seed()
N = 50000