echo '';

Símbolos y ecuaciones matemáticas LaTeX

GitMind soporta la inserción de fórmulas de uso común permitiendo a los usuarios introducir comandos matemáticos LaTeX, que se convierten instantáneamente en expresiones matemáticas. A continuación, presentaremos algunos comandos de símbolos matemáticos LaTeX de uso común para ayudarte a empezar a utilizar rápidamente la función de inserción de fórmulas.

Símbolos y ecuaciones matemáticas LaTeX

Superíndices, subíndices e integrales

LaTexSímboloFunción
a^2
Superíndice
a_2
Subíndice
a^{2+2}
Agrupación
x_2^5
Combinar sub y super
{}_1^2\!X_3^4
Precedentes sub y super
\bigcap_1^{n} p
Intersecciones
\bigcup_1^{k} p
Uniones
x’
Derivados
\dot{x}
Puntos derivados
\ddot{y}
\vec{c}
Vectores
\overleftarrow{a b}
\overrightarrow{c d}
\widehat{e f g}
\overset{\frown} {AB}
Arco
\overline{h i j}
En línea
\underline{k l m}
Subrayado
\overbrace{11+12+\cdots+100}
Sobrebrazo
\underbrace{a+b+\cdots+z}
Soporte inferior
\sum_{k=1}^N k^2
Sum
\prod_{i=1}^N x_i
Producto
\coprod_{i=1}^N x_i
Coproducto
\lim_{n \to \infty}x_n
Límite
\int_{-N}^{N} e^x\, dx
Integral
\iint_{D}^{W} \, dx\,dy
Doble integral
\iiint_{E}^{V} \, dx\,dy\,dz
Triple integral
\oint_{C} x^3\, dx + 4y^2\, dy
Cuádruple integral

Raíz

LaTexSímboloFunción
\sqrt{5}
Raíz cuadrada
\sqrt[n]{5}
raíz enésima

Operadores

LaTexSímboloFunción
\pm
Más-menos
\times
Veces
\div
División
\neq
No es igual
\approx
Aproximado
\equiv
Equivalente
\not\equiv
No equivalente
\geq
Geqslant
\gg
\leq
Leqslant
\ll
\sim
Similar
\simeq
\cong
\propto
Propto
\perp
Perpendicularidad

Geométrico

LaTexSímboloFunción
\Box
Caja
\Diamond
Diamante
\triangle
Triángulo
\angle
Ángulo
\perp
Perpendicularidad
\mid
\nmid
\|

Funciones

LaTexSímboloLaTexSímbolo
\sin\theta
\min L
\cos\theta
\inf s
\tan\theta
\sup t
\cot
\exp\!t
\sec
\ln X
\csc
\lg X
\arcsin\frac{L}{r}
\log X
\arccos\frac{T}{r}
f \ker g
\arctan\frac{L}{T}
\log_{10}
\sinh g
\log_\alpha X
\cosh h
\deg x
\tanh i
\arg x
\operatorname{sh}j
\dim x
\max H
\lim_{t\to n}T

Sets

LaTexSímboloLaTexSímbolo
\forall
\exists
\in
\ni
\subset
\subseteq
\supset
\supseteq
\sqsupset
\sqsupseteq
\cup
\bigcup
\sqcup
\bigsqcup
\cap
\bigcap
\sqsubset
\sqsubseteq
\varnothing
\biguplus
\emptyset
\sqcap
\notin
\setminus

Lógica y flechas

LaTexSímboloLaTexSímbolo
\And
\land
\bar{q}
\lor
\lnot
\neg q
\wedge
\bigwedge
\vee
\bigvee
\setminus
\smallsetminus
\leftarrow
\gets
\to
\rightarrow
\leftrightarrow
\longleftarrow
\longrightarrow
\mapsto
\longmapsto
\hookrightarrow
\hookleftarrow
\nearrow
\searrow
\swarrow
\nwarrow
\uparrow
\downarrow
\updownarrow
\Leftarrow
\Rightarrow
\Leftrightarrow
\Longleftarrow
\Longrightarrow
\Longleftrightarrow

Escuadras

LaTexSymbolFeature
\left ( \frac{a}{b} \right )
Parenthesis
\left[ \frac{a}{b} \right]
Bracket
\left \langle \frac{a}{b} \right \rangle
Angle bracket
\left\{ \frac{a}{b} \right\}
Brace
\overbrace{ 1+2+\cdots+100 }
Over brace
\underbrace{ a+b+\cdots+z }
Under brace

Fracciones, matrices, multilíneas

LaTexSímboloFunción
\frac{1}{10}=0.1
Fracciones
\tfrac{1}{10} = 0.1
Pequeñas fracciones
\dfrac{k}{k+9} = 0.1
Grandes fracciones
\dfrac{ \tfrac{1}{2}[1-(\tfrac{1}{2})^n] }{ 1-\tfrac{1}{2} } = s_n
Fracciones grandes/pequeñas (anidadas)
\cfrac{2}{ c + \cfrac{2}{ d + \cfrac{1}{2} } } = a
\qquad
\dfrac{2}{ c + \dfrac{2}{ d + \dfrac{1}{2} } } = a
Fracción continua
\binom{n}{k}
Coeficientes binomiales
\tbinom{n}{k}
Coeficientes binomiales pequeños
\dbinom{n}{k}
Coeficientes binomiales grandes
\begin{matrix}
x & y \\
z & v
\end{matrix}
Matrices
\begin{vmatrix}
x & y \\
z & v
\end{vmatrix}
\begin{Vmatrix}
x & y \\
z & v
\end{Vmatrix}
\begin{bmatrix}
0 & \cdots & 0 \\
\vdots & \ddots & \vdots \\ 0 & \cdots & 0
\end{bmatrix}
\begin{Bmatrix}
x & y \\
z & v
\end{Bmatrix}
\binom{n}{k}
\begin{pmatrix}
x & y \\
z & v
\end{pmatrix}
\begin{array}{|c|c||c|}
a & b & S \\
\hline
0&0&1\\
0&1&1\\
1&0&1\\
1&1&0
\end{array}
Arrays
\begin{cases}
3x + 5y + z &= 1 \\
7x – 2y + 4z &= 2 \\
-6x + 3y + 2z &= 3
\end{cases}
Ecuaciones simultáneas
\begin{array}{lcl}
z & = & a \\
f(x,y,z) & = & x + y + z
\end{array}
Ecuaciones multilínea (alineación a la izquierda)
\begin{array}{lcr}
z & = & a \\
f(x,y,z) & = & x + y + z
\end{array}
Ecuaciones multilínea (alineación a la derecha)

Greek Alphabet

LaTexSímboloLaTexSímbolo
\Gamma
\Delta
\Theta
\Lambda
\Xi
\Pi
\Sigma
\Upsilon
\Phi
\Psi
\Omega
\beta
\alpha
\delta
\gamma
\zeta
\epsilon
\theta
\eta
\kappa
\iota
\mu
\lambda
\xi
\nu
\pi
\omicron
\sigma
\rho
\phi
\tau
\psi
\upsilon
\digamma
\chi
\varkappa
\omega
\varrho
\varepsilon
\varphi
\vartheta
\varsigma
\varpi

Especial

LaTexSímboloLaTexSímbolo
\And
\eth
\%
\dagger
\ddagger
\ldots
\cdots
\colon
\smile
\frown
\wr
\triangleleft
\triangleright
\infty
\bot
\top
\vdash
\vDash
\Vdash
\models
\lVert
\rVert
\imath
\hbar
\ell
\mho
\Finv
\Re
\Im
\wp
\complement
\heartsuit
\diamondsuit
\spadesuit
\clubsuit
\flat
\Game
\sharp
Calificación:4.3 /5(Basada en 12 calificación)¡Gracias por su calificación!
Posted by: admin on to Técnicas avanzadas 💎. Last updated on julio 4, 2024

Dejar un comentario

Por favor, ¡introduzca su nombre!
Por favor, ¡ingrese el contenido del comentario!

Comentario (0)

Símbolos y ecuaciones matemáticas LaTeX

Volver Arriba