Re: problema con p matrix

#86501
Up
0
Down
::

Devil00″ post=85878Perchè non vuole saperne di scrivermi questa matrice, l’output sono dei numeretti in fila bhu
`\begin{equation}
\begin{pmatrix}
1 & 2 \\
3 & 4
\end{pmatrix}
\end{equation}`
`

LaTeX Font Warning: Command \boldmath invalid in math mode on input line 118.

LaTeX Font Warning: Command \mathversion invalid in math mode on input line 118
.

! Misplaced alignment tab character &.
l.123 1 &
2 \\
? r

`

ESEMPIO MINIMO COMPILABILE👿

Questo non dà problemi:

`% !TEX encoding = UTF-8 Unicode
\documentclass{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{amsmath}

\begin{document}

\begin{equation}
\begin{pmatrix}
1 & 2 \\
3 & 4
\end{pmatrix}
\end{equation}

\end{document}`

Ciao
Ivan

Go to top