Description Usage Arguments Value See Also Examples
Returns relativistic momenta per nucleon for particles with given kinetic energy
1 |
E.MeV.u |
kinetic energy per nucleon (array of size n) (see also
|
momentum.MeV.c |
momentum per nucleon (array of size n) |
return |
return |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_PhysicsRoutines.c#L289
1 2 3 4 5 6 | # Relation between kinetic proton energy and momentum
# in relativistic and non-relativistic regime
E.MeV.u <- 10^seq(-2, 5, length.out = 100)
df <- data.frame( E.MeV = E.MeV.u,
p.MeV.c =
AT.momentum.MeV.c.u.from.E.MeV.u(E.MeV.u)$momentum.MeV.c)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.