Skip to content

Commit

Permalink
Update linear_algebra.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kemaldahha authored Sep 22, 2024
1 parent c45438f commit e3bc640
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions linear_algebra.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
---
layout: default
---

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
"HTML-CSS": { linebreaks: { automatic: true } },
SVG: { linebreaks: { automatic: true } }
});
</script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>

# Introduction
Expand Down

0 comments on commit e3bc640

Please sign in to comment.