Skip to content

Instantly share code, notes, and snippets.

@jason-s
Created September 21, 2020 22:38
Show Gist options
  • Select an option

  • Save jason-s/a71d363fd9fb1fbeada4125683fa0cc4 to your computer and use it in GitHub Desktop.

Select an option

Save jason-s/a71d363fd9fb1fbeada4125683fa0cc4 to your computer and use it in GitHub Desktop.

Revisions

  1. jason-s created this gist Sep 21, 2020.
    22 changes: 22 additions & 0 deletions katex2267-0.12.0.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.12.0/katex.min.css" />
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.12.0/katex.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.12.0/contrib/auto-render.min.js"></script>
    <script type="text/javascript">
    document.addEventListener("DOMContentLoaded", function(event) {
    renderMathInElement(document.body);
    });
    </script>
    </head><body>
    <div class="document">
    \[\begin{aligned}
    V_{q,rms} &amp;= \mathrm{RMS}\left(\tfrac{2}{\sqrt{3}}\cos \theta, -\tfrac{\pi}{6}, \tfrac{\pi}{6}\right) = \sqrt{\tfrac{2}{3} + \tfrac{\sqrt{3}}{\pi} - \tfrac{12}{\pi^2}} \approx 0.04627 \cr
    V_{d,rms} &amp;= \mathrm{RMS}\left(\tfrac{2}{\sqrt{3}}\sin \theta, -\tfrac{\pi}{6}, \tfrac{\pi}{6}\right) = \sqrt{\tfrac{2}{3} - \tfrac{\sqrt{3}}{\pi}} \approx 0.33961
    \end{aligned}\]</div>

    </body>
    </html>