Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

NOTEBOOKS TUTORIAL SAGEMATH

Views: 4541
%auto typeset_mode(True, display=False)

FORMATAÇÃO LATEX

f = x*exp(x)/sin(x)

Comando: \frac{x e^{x}}{\sin\left(x\right)}:

xexsin(x)\frac{x e^{x}}{\sin\left(x\right)}

f = x (f.integrate(x,0,1))
12\frac{1}{2}
print(latex(f.integrate(x,0,1)))
\frac{1}{2}

Colocando o codigo Latex :

xexsin(x)\frac{x e^{x}}{\sin\left(x\right)}

Alterando para o centro: xexsin(x){\frac{x e^{x}}{\sin\left(x\right)}}

print(latex((x^2).integrate()))
\frac{1}{3} \, x^{3}

Colocando o código: \frac{1}{3} , x^{3}

13x3\frac{1}{3} \, x^{3}
f = integral(x^2) f
13x3\renewcommand{\Bold}[1]{\mathbf{#1}}\frac{1}{3} \, x^{3}