maeyler / Sunumlar

Presentations
https://maeyler.github.io/Sunumlar/
0 stars 1 forks source link

inline TeX #2

Open maeyler opened 1 year ago

maeyler commented 1 year ago

$ 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 commented 1 year ago

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 commented 1 year ago

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