ubsuny / CP1-24-HW1

Homework template for CP1 in 2024
1 stars 17 forks source link

Issues on latex code on markdown file #95

Open dhamalakamal opened 3 weeks ago

dhamalakamal commented 3 weeks ago

I have issues with quations being displayed on markdown file. Some equations are being displayed and some are not. Can anyone help me with this?

Screenshot 2024-09-24 141645 Screenshot 2024-09-24 141645

laserlab commented 3 weeks ago

It would be more helpful to post actual code than a screenshot. Also label / milestone

dhamalakamal commented 3 weeks ago

These are the codes that are not displayed in the markdown file.

$\displaystyle{{g}{{n}}=}{a}{{n}}{b}{{n}}+{a}{{n}}{{b}{{n}}^{'}}+{{a}{{n}}^{'}}{b}{{n}}-{{a}{{n}}^{'}}{b}^{'}$

$\displaystyle{{g}{{n}}=}{a}{{n}}{\left({b}{{n}}+{{b}{{n}}^{'}}\right)}+{{a}{{n}}^{'}}{\left({b}{{n}}-{{b}_{{n}}^{'}}\right)}$

$\displaystyle{C}{\left({a},{b}\right)}=\lim{{{h}\to{0}}}\frac{1}{{N}}{\sum{{{n}={1}}}^{{N}}}{a}{{n}}{b}{{n}}$

laserlab commented 3 weeks ago

Remove all the unnecessary curly brackets so it is more obvious if there is a bracket closing issue