ich möchte eine Matrix in Latex erstellen. mein Code dafür lautet:
% \documentclass[oneside,12pt]{article} \usepackage[latin1]{inputenc} \usepackage{cmap} \usepackage[T1]{fontenc} \usepackage{epsf,ngerman} \usepackage[ngerman]{babel} \usepackage{amsmath,amsfonts,amsthm,amssymb} %\usepackage{grahpicx,mathcomp} \usepackage{latexsym} \usepackage{hhline} \usepackage{epsfig} \usepackage{textcomp} %\usepackage{a4wide} \usepackage[usenames]{color} \usepackage{framed} \usepackage{float} \usepackage[bottom, hang]{footmisc} \usepackage{euscript,graphicx} \usepackage{multicol} %\usepackage{ulem} \usepackage{nicefrac} \usepackage{fancybox} \usepackage[bf]{caption2} \begin{eqnarray} \mathcal{MW}_1 = \begin{bmatrix} h_1 & h_0 & 0 & 0 & 0 & \ldots & 0 & 0 & 0 & h_3 & 0 \\ h_3 & h_2 & h_1 & h_0 & 0 & \ldots & 0 & 0 & 0 & 0 & 0 \\ \vdots & \vdots & \vdots & \vdots & \vdots & \ddots & \vdots & \vdots & \vdots & \vdots & 0 \\ 0 & 0 & 0 & 0 & 0 & \ldots & 0 & h_3 & h_2 & h_1 & 0 \\ \end{bmatrix} \nonumber \end{eqnarray} %[\code] Das Problem, das jetzt bei mir auftritt ist, dass wenn ich die letzte Spalte weglasse die Matrix korrekt ausgegeben wird. Füge ich die letzte Spalte (die ich auch brauche) hinzu, so kommt die Fehlermeldung: ! Extra alignment tab has been changed to \cr Was bedeutet das und wie kann ich meine Matrix korrekt ausgeben lassen in ein pdf-doument... bin für jede hilfe dankbar lg jig