Feel free to post here (reply to this message) to do formatting tests, share how to type something complicated, etc.
If you want to write math on this forum, it’s totally fine to write something like like 2^k - 3^x = 331. Totally fine.
If you want to format in a more appealing way, such as:
\cfrac{3^x - 2^x}{2^k - 3^x} = m has no integer solutions with k>2
then type in the style of LaTeX:
$\cfrac{3^x - 2^x}{2^k - 3^x} = m$ has no integer solutions with $k>2$
To write an actual dollar sign, as in “$5”, escape it by typing “\$5”. Linebreaking inside $…$ sometimes causes rendering errors, sometimes not.
To write hyper-linked text like:
Check out Math Kook
type this:
Check out [Math Kook](https://www.youtube.com/@mathkook)
Is there some guide or instructions fir writing math, formatting in general really, on this site. I have been unable to get most of it to work so far. Its frustrating and makes conveying ideas hard.
@demoncherub Feel free to post any tests on this channel if you like. The general formatting is a variant of “markdown”. I also had to Google around to figure out the syntax. I don’t do much with it, mostly just inserting linebreaks. For math, you can look up “latex” – it’s a way to logically write down the structure of a math expression by typing linear text only, instead of using an equation editor. If you’re not familiar with latex, you might try learning just enough to format some famous equations like Fermat’s Last Theorem. Basically, you put the latex-math-expression inside two dollar signs, as shown in the post above.
I did find this, a discourse math plug in guide. [Math Plugin] (Discourse Math - Plugin - Discourse Meta)
Latex is largely used in Wikipedia and you will find a number of helpful guides in various languages:
There are also easy to use interactive pages like
that generate latex formula on the fly, as well as more elaborate mathematical objects (matrices, …):
\begin{pmatrix} 1 & x \\ x & \sqrt{x} \end{pmatrix}^{n}
Your ideas will no longer be limited, except maybe by your imagination.
Sometimes, it is more convenient to select a paragraph within a post containing a relevant expression in Latex on this forum, then click on “Copy Quote”, paste it in your own post and reedit the formula as needed.