[ home ] [ math / cs / ai / phy / as / chem / bio / geo ] [ civ / aero / mech / ee / hdl / os / dev / web / app / sys / net / sec ] [ med / fin / psy / soc / his / lit / lin / phi / arch ] [ off / vg / jp / 2hu / tc / ts / adv / hr / meta / tex ] [ chat ] [ wiki ]

Viewing source code

The following is the source code for post >>>/test/24

>>23
This is how it's done:

\eqn{\sum _{n=0}^{\infty}{\frac{f^{(n)}(a)}{n!}}(x-a)^{n}}

You can also insert pgfplots into your posts using \icode{\addplot}. For example, the following is \eqn{e^{\sin{x}}}

\addplot[domain=-5:5,samples=100,color=red]{exp(sin(deg(x)))}

You can click on the </> button which is located next to post numbers in order to view post the source code and try certain parts yourself.