Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <script type="text/javascript"
- src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
- </script>
- <style type="text/css">
- h1 {
- text-align: center;
- }
- .maths {
- font-size: 32px;
- }
- </style>
- <title>Tex Example</title>
- </head>
- <body>
- <h1>Lorentz Transformation</h1>
- <div class="maths">
- $$x^1=\frac{x-vt}{\sqrt{1-\frac{v^2}{c^2}}}$$
- $$y^1 = y$$
- $$z^1 = z$$
- $$t^1=\frac{t-\frac{vx}{c^2}}{\sqrt{1-\frac{v^2}{c^2}}}$$
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement