Advertisement
Peaser

Lorentz transformation

Dec 16th, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript"
  5. src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
  6. </script>
  7. <style type="text/css">
  8. h1 {
  9.   text-align: center;
  10. }
  11. .maths {
  12.   font-size: 32px;
  13. }
  14. </style>
  15. <title>Tex Example</title>
  16. </head>
  17. <body>
  18. <h1>Lorentz Transformation</h1>
  19. <div class="maths">
  20. $$x^1=\frac{x-vt}{\sqrt{1-\frac{v^2}{c^2}}}$$
  21.  
  22. $$y^1 = y$$
  23.  
  24. $$z^1 = z$$
  25.  
  26. $$t^1=\frac{t-\frac{vx}{c^2}}{\sqrt{1-\frac{v^2}{c^2}}}$$
  27. </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement