Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline TeX #2

Open
maeyler opened this issue Jan 28, 2023 · 2 comments
Open

inline TeX #2

maeyler opened this issue Jan 28, 2023 · 2 comments

Comments

@maeyler
Copy link
Owner

maeyler commented Jan 28, 2023

$ sign works here, but not on a web page:
Yani $21^2+22^2+23^2+\textbf{24}^2 = 25^2+26^2+27^2$ olmalı.
Neredeyse hiç aritmetik yapmadan cevabı bulduk!

Verilen $n$ değeri için genelleştirelim:
$(x-n)^2+...+(x-1)^2+x^2 = (x+1)^2+...+(x+n)^2$ olsun.
Kareli ve sabit terimleri sadeleştirince,
$x^2 = 4(1+...+n)x$ ve buradan $x = 2n(n+1)$ bulunur.


Use `\(` on web pages:
Yani \( 21^2+22^2+23^2+\textbf{24}^2 = 25^2+26^2+27^2 \) olmalı.
Neredeyse hiç aritmetik yapmadan cevabı bulduk!

Verilen ( n ) değeri için genelleştirelim:
((x-n)^2+...+(x-1)^2+x^2 = (x+1)^2+...+(x+n)^2) olsun.
Kareli ve sabit terimleri sadeleştirince,
(x^2 = 4(1+...+n)x) ve buradan (x = 2n(n+1)) bulunur.

@maeyler
Copy link
Owner Author

maeyler commented Jan 30, 2023

In order to render inline math correctly add this script to each hmtl/md file

<script>
  inlineMath = [['$', '$'], ['\\(', '\\)']]
  MathJax = {tex: {inlineMath}}
</script>
<script id="MathJax-script" async 
    src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

Compare these two pages: (TeX vs plain text)
https://matemacik.blogspot.com/2022/12/toplama.html
https://matemacik.blogspot.com/p/toplama.html

@maeyler
Copy link
Owner Author

maeyler commented Feb 4, 2023

En çok uğraştıran denklemler şu yazıda çıktı:
https://matemacik.blogspot.com/2020/06/carpsan-toplar.html

Ayrıntılar şu sayfada:
https://maeyler.github.io/Sunumlar/math/balls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant