Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.65 KB

File metadata and controls

43 lines (37 loc) · 1.65 KB
layout base
root .
permalink 404.html
title Page not found

Oops! We cannot find that page.

{: style="text-align: center;"}

Our apologies!

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

$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$

$$ (a-b)^2 $$

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>