Skip to content

Commit

Permalink
Corrección de fórmulas matemáticas.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejdecena committed Sep 20, 2019
1 parent a64d895 commit f80e340
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions 00_jupyter_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,33 +71,35 @@
"\n",
"* Fórmulas matemáticas: Gracias al uso de *MathJax*, se puede incluir código en $\\LaTeX$ para mostrar todo tipo de fórmulas y expresiones matemáticas. Las fórmulas dentro de una línea de texto se escriben entre símbolos de dólar `$...$`, mientras que las expresiones separadas del texto utilizan símbolos de dólar dobles `$$...$$`. Los siguientes son ejemplos de fórmulas matemáticas escritas en $\\LaTeX$:\n",
"\n",
"$$\\begin{equation}\n",
"$$\n",
"\\begin{equation}\n",
"p(x) = 3x^2 + 5y^2 + 590x^3y^3\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"\n",
"$$\\begin{equation}\n",
"\\begin{equation}\n",
"e^{\\pi i} - 1 = 0\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"\n",
"$$\\begin{equation}\n",
"\\begin{equation}\n",
"\\lim_{x \\rightarrow \\infty} 3x+1\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"\n",
"$$\\begin{equation}\n",
"\\begin{equation}\n",
"\\sum_{n=1}^\\infty\\frac{1}{n^2}\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"\n",
"$$\\begin{equation}\n",
"\\begin{equation}\n",
"\\int_0^\\infty\\frac{\\sin x}{x}\\,\\mathrm{d}x=\\frac{\\pi}{2}\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"\n",
"$$\\begin{equation}\n",
"\\begin{equation}\n",
"R^2 = \n",
"\\begin{pmatrix} c & s \\end{pmatrix} \n",
"\\begin{pmatrix} 1 & 0\\\\ 0 & 1 \\end{pmatrix}\n",
"\\begin{pmatrix} c \\\\ s \\end{pmatrix} \n",
"= c^2 + s^2\n",
"\\end{equation}$$\n",
"\\end{equation}\n",
"$$\n",
"\n",
"En esta [**guía**](libros/latex_formulas_matematicas.pdf) puede encontrar todos los comandos necesarios para escribir fórmulas matemáticas en $\\LaTeX$.\n",
"\n",
Expand Down

0 comments on commit f80e340

Please sign in to comment.