Energie

From testwiki
Revision as of 20:38, 11 July 2009 by Schubotz (talk | contribs)
Jump to navigation Jump to search

Taylor-Entwicklung für kleine Geschwindigkeiten: $Assumptions = c > 0 && Subscript[m, 0] >= 0 && p >= 0 && v >= 0; \[CapitalEpsilon] :=

 Series[Sqrt[Subscript[m, 0]^2*c^4 + p^2*c^2], {p, 0, 5}] // 
  Simplify;

Print["E" == \[CapitalEpsilon]]