Skip to content

Commit

Permalink
EM.m: Add explicit Euclidean metric for raising indices
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Nov 28, 2011
1 parent d41fb10 commit aeecebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/EM.m
Expand Up @@ -121,7 +121,7 @@
Name -> "EM_energy",
Equations ->
{
rho -> El[la] El[ua]/2 + B[la] B[ua]/2
rho -> Euc[ua,ub] El[la] El[lb]/2 + Euc[ua,ub] B[la] B[lb]/2
}
}

Expand Down

0 comments on commit aeecebb

Please sign in to comment.