| layout | base |
|---|---|
| root | . |
| permalink | 404.html |
| title | Page not found |
{: style="text-align: center;"}
We cannot seem to find the page you are looking for. Try going back to the previous page or navigate to any other page using the navigation bar above {%- if site.kind == "lesson" -%} or the schedule below {%- endif -%}. If you got here by clicking on a link in the {%- if site.kind == "lesson" -%} lesson {%- else -%} workshop {%- endif -%}, please report this link to the {%- if site.kind == "lesson" -%} lesson developers {%- else -%} workshop organizers {%- endif -%}. {: .caution}
{% if site.kind == "lesson" %} {% include syllabus.html %} {% endif%}
Testing LaTeX support in the (Lesson/Workshop) The Cauchy-Schwarz Inequality
Test This out
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML,http://myserver.com/MathJax/config/local/local.js"> function RUN() { var a = document.getElementById("Value_A").value var b = document.getElementById("Value_B").value document.getElementById("Output").innerHTML = "$$ (" + a + "-" + b + ")^2 $$"; MathJax.Hub.Queue(["Typeset", MathJax.Hub]); } </script>