Processing math: 100%
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

44.5: Matemáticas LaTeX

( \newcommand{\kernel}{\mathrm{null}\,}\)

Enlace directo al video de Youtube.

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from IPython.display import YouTubeVideo
YouTubeVideo("qgSa7n_zQ3A",width=640,height=320, cc_load_policy=True)
from IPython.display import YouTubeVideo
YouTubeVideo("qgSa7n_zQ3A",width=640,height=320, cc_load_policy=True)

Dado que este es un curso de “Álgebra Matrix”, necesitamos aprender a hacer 'matrices' en LaTeX. Haga doble clic en la siguiente celda para ver el código LaTeX para construir una matriz:

Notación básica de matriz:

\ [\ begin {split}
\ left [
\ begin {matrix}
1 & 0 & 4\\
0 & 2 & -2\\
0 & 1 & 2
\ end {matrix}
\ right]
\ end {split}\ nonumber\]

Notación matricial aumentada:

\ [\ begin {split}
\ left [
\ begin {matrix}
1 & 0 & 4\\
0 & 2 & -2\\
0 & 1 & 2
\ end {matrix}
\,\ middle\ vert\,
\ begin {matrix}
-10\\ 3\ \ 1
\ end {matriz}
\ derecha]
\ end {split}\ nonumber\]

Hacer esto

Usando LaTeX, cree una matriz aumentada para el siguiente sistema de ecuaciones:

4x+2y7z=3

12x+z=10

3xy+2z=30

Pregunta

En LaTeX, ¿qué caracteres especiales se utilizan para separar elementos dentro de una fila?


This page titled 44.5: Matemáticas LaTeX is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Dirk Colbry via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?