Energie: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
<math>E=\hbar \omega </math> | <math>E=\hbar \omega </math> | ||
[[Kategorie:Definition | [[Kategorie:Definition]] |
Revision as of 16:34, 16 August 2010
mit Impuls
folgt
Taylor-Entwicklung für kleine Geschwindigkeiten:
$Assumptions = c > 0 && Subscript[m, 0] >= 0 && p >= 0 && v >= 0;
Energy := Sqrt[Subscript[m, 0]^2*c^4 + p^2*c^2];
EnergyAppox := Series[Energy, {p, 0, 5}] // Simplify;
Print["E" == EnergyAppox]