{"id":684,"date":"2019-01-03T23:10:36","date_gmt":"2019-01-03T14:10:36","guid":{"rendered":"https:\/\/dong1lkim.oboki.net\/?p=684"},"modified":"2019-09-01T22:23:32","modified_gmt":"2019-09-01T13:23:32","slug":"mathjax-%ec%9b%b9%ed%8e%98%ec%9d%b4%ec%a7%80%ec%97%90-%ec%88%98%ec%8b%9d%ec%9e%85%eb%a0%a5%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/oboki.net\/workspace\/web\/mathjax-%ec%9b%b9%ed%8e%98%ec%9d%b4%ec%a7%80%ec%97%90-%ec%88%98%ec%8b%9d%ec%9e%85%eb%a0%a5%ed%95%98%ea%b8%b0\/","title":{"rendered":"[Web] MathJax &#8211; \uc6f9\ud398\uc774\uc9c0\uc5d0 \uc218\uc2dd\uc785\ub825\ud558\uae30"},"content":{"rendered":"<h1>MathJax &#8211; \uc6f9\ud398\uc774\uc9c0\uc5d0 \uc218\uc2dd\uc785\ub825\ud558\uae30<\/h1>\n<p>MathJax \ub97c \uc774\uc6a9\ud558\uba74 \uac04\ub2e8\ud55c \uc124\uc815\ub9cc\uc73c\ub85c \uc6f9\ud398\uc774\uc9c0\uc5d0 \uc218\ud559 \uc218\uc2dd\uc744 \ud45c\ud604\ud560 \uc218 \uc788\ub2e4.<\/p>\n<h2>MathJax<\/h2>\n<blockquote><p>\n  Beautiful math in all browsers.<br \/>\n  A JavaScript display engine for mathematics that works in all browsers.<br \/>\n  No more setup for readers. It just works.\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/www.mathjax.org\/badge\/mj-logo.svg\" alt=\"\" \/><\/p>\n<p><a href=\"https:\/\/www.mathjax.org\/\"><a href=\"https:\/\/www.mathjax.org\/\"><a href=\"https:\/\/www.mathjax.org\/\">https:\/\/www.mathjax.org\/<\/a><\/a><\/a><\/p>\n<h2>Setup<\/h2>\n<p>\uc218\uc2dd\uc744 \uc0ac\uc6a9\ud558\uace0\uc790 \ud558\ub294 \uc6f9\ud398\uc774\uc9c0 <code>&lt;head&gt;<\/code> \ud0dc\uadf8\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc740 javascript\ub97c \uc785\ub825\ud55c\ub2e4.<\/p>\n<pre><code class=\"html\">&lt;!-- mathjax --&gt;\n&lt;script type=\"text\/x-mathjax-config\"&gt;\n    MathJax.Hub.Config({\n        tex2jax: {\n            inlineMath: [['$','$'], ['\\\\(','\\\\)']],\n            processEscapes: true\n        }\n    });\n&lt;\/script&gt;\n&lt;script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/2.7.5\/MathJax.js?config=TeX-MML-AM_CHTML' async&gt;&lt;\/script&gt;\n&lt;!-- mathjax --&gt;\n<\/code><\/pre>\n<p>\ub05d<\/p>\n<h2>Example<\/h2>\n<p><code>$$<\/code> \uae30\ud638 \uc0ac\uc774\uc5d0 LaTex \ubb38\ubc95\uc73c\ub85c \uc218\uc2dd\uc744 \uc785\ub825\ud558\uba74 \uc544\ub798\uc640 \uac19\uc774 \ud45c\ud604\ud574\uc900\ub2e4.<\/p>\n<h3>The Quadratic Formula<\/h3>\n<pre><code class=\"txt\">$$ x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}. $$\n<\/code><\/pre>\n<p>$$ x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}. $$<\/p>\n<h3>Cauchy&#8217;s Integral Formula<\/h3>\n<pre><code class=\"txt\">$$ f(a) = \\frac{1}{2\\pi i} \\oint\\frac{f(z)}{z-a}dz $$\n<\/code><\/pre>\n<p>$$ f(a) = \\frac{1}{2\\pi i} \\oint\\frac{f(z)}{z-a}dz $$<\/p>\n<h3>Double angle formula for Cosines<\/h3>\n<pre><code class=\"txt\">$$ \\cos(\u03b8+\u03c6)=\\cos(\u03b8)\\cos(\u03c6)\u2212\\sin(\u03b8)\\sin(\u03c6) $$\n<\/code><\/pre>\n<p>$$ \\cos(\u03b8+\u03c6)=\\cos(\u03b8)\\cos(\u03c6)\u2212\\sin(\u03b8)\\sin(\u03c6) $$<\/p>\n<h3>Gauss&#8217; Divergence Theorem<\/h3>\n<pre><code class=\"txt\">$$ \\int_D ({\\nabla\\cdot} F)dV=\\int_{\\partial D} F\\cdot ndS $$\n<\/code><\/pre>\n<p>$$ \\int<em>D ({\\nabla\\cdot} F)dV=\\int<\/em>{\\partial D} F\\cdot ndS $$<\/p>\n<h3>Curl of a Vector Field<\/h3>\n<pre><code class=\"txt\">$$ \\vec{\\nabla} \\times \\vec{F} = \\left( \\frac{\\partial F_z}{\\partial y} - \\frac{\\partial F_y}{\\partial z} \\right) \\mathbf{i} + \\left( \\frac{\\partial F_x}{\\partial z} - \\frac{\\partial F_z}{\\partial x} \\right) \\mathbf{j} + \\left( \\frac{\\partial F_y}{\\partial x} - \\frac{\\partial F_x}{\\partial y} \\right) \\mathbf{k} $$\n<\/code><\/pre>\n<p>$$ \\vec{\\nabla} \\times \\vec{F} = \\left( \\frac{\\partial F_z}{\\partial y} &#8211; \\frac{\\partial F_y}{\\partial z} \\right) \\mathbf{i} + \\left( \\frac{\\partial F_x}{\\partial z} &#8211; \\frac{\\partial F_z}{\\partial x} \\right) \\mathbf{j} + \\left( \\frac{\\partial F_y}{\\partial x} &#8211; \\frac{\\partial F_x}{\\partial y} \\right) \\mathbf{k} $$<\/p>\n<h3>Standard Deviation<\/h3>\n<pre><code class=\"txt\">$$ \\sigma = \\sqrt{ \\frac{1}{N} \\sum_{i=1}^N (x_i -\\mu)^2} $$\n<\/code><\/pre>\n<p>$$ \\sigma = \\sqrt{ \\frac{1}{N} \\sum_{i=1}^N (x_i -\\mu)^2} $$<\/p>\n<h3>Definition of Christoffel Symbols<\/h3>\n<pre><code class=\"txt\">$$ (\\nabla_X Y)^k = X^i (\\nabla_i Y)^k = X^i \\left( \\frac{\\partial Y^k}{\\partial x^i} + \\Gamma_{im}^k Y^m \\right) $$\n<\/code><\/pre>\n<p>$$ (\\nabla_X Y)^k = X^i (\\nabla<em>i Y)^k = X^i \\left( \\frac{\\partial Y^k}{\\partial x^i} + \\Gamma<\/em>{im}^k Y^m \\right) $$<\/p>\n<h3>\ubb38\uc7a5 \uc548\uc5d0 \uc785\ub825<\/h3>\n<pre><code class=\"txt\">\ubb38\uc7a5 \uc548\uc5d0 \uc218\ud559 \uc218\uc2dd\uc744 \uc785\ub825\ud560 \uc218\ub3c4 \uc788\ub2e4. \\\\(x\\\\) \uc774\ub807\uac8c.\n<\/code><\/pre>\n<p>\ubb38\uc7a5 \uc548\uc5d0 \uc218\ud559 \uc218\uc2dd\uc744 \uc785\ub825\ud560 \uc218\ub3c4 \uc788\ub2e4. &#92;(x&#92;) \uc774\ub807\uac8c.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MathJax &#8211; \uc6f9\ud398\uc774\uc9c0\uc5d0 \uc218\uc2dd\uc785\ub825\ud558\uae30 MathJax \ub97c \uc774\uc6a9\ud558\uba74 \uac04\ub2e8\ud55c \uc124\uc815\ub9cc\uc73c\ub85c \uc6f9\ud398\uc774\uc9c0\uc5d0 \uc218\ud559 \uc218\uc2dd\uc744 \ud45c\ud604\ud560 \uc218 \uc788\ub2e4. MathJax Beautiful math in all browsers. A JavaScript display engine for mathematics that works in all browsers. No more setup for readers. It just works. https:\/\/www.mathjax.org\/ Setup \uc218\uc2dd\uc744 \uc0ac\uc6a9\ud558\uace0\uc790 \ud558\ub294 \uc6f9\ud398\uc774\uc9c0 &lt;head&gt; \ud0dc\uadf8\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc740 javascript\ub97c \uc785\ub825\ud55c\ub2e4. &lt;!&#8211; mathjax &#8211;&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[63],"tags":[118,120,119],"class_list":["post-684","post","type-post","status-publish","format-standard","hentry","category-web","tag-js","tag-latex","tag-mathjax"],"_links":{"self":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/comments?post=684"}],"version-history":[{"count":9,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/684\/revisions"}],"predecessor-version":[{"id":1368,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/684\/revisions\/1368"}],"wp:attachment":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/media?parent=684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/categories?post=684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/tags?post=684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}