Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
Loading...
Searching...
No Matches
plot_relative_error.py File Reference

Plot the relative error for forward Euler and RK4 method. More...

Go to the source code of this file.

Functions

def plot_relative_error.main ()
 

Variables

dict plot_relative_error.params
 

Detailed Description

Plot the relative error for forward Euler and RK4 method.

Author
Cory Alexander Balaton (coryab)
Janita Ovidie Sandtrøen Willumsen (janitaws)
Version
1.0
Bug:
No known bugs

Definition in file plot_relative_error.py.

Function Documentation

◆ main()

def plot_relative_error.main ( )

Definition at line 29 of file plot_relative_error.py.

Variable Documentation

◆ params

dict plot_relative_error.params
Initial value:
1= {
2 "font.family": "Serif",
3 "font.serif": "Roman",
4 "text.usetex": True,
5 "axes.titlesize": "large",
6 "axes.labelsize": "large",
7 "xtick.labelsize": "large",
8 "ytick.labelsize": "large",
9 "legend.fontsize": "medium"
10}

Definition at line 17 of file plot_relative_error.py.