On 06/10/2014 06:33 PM, Franz Lehner wrote:
> On Sun, 8 Jun 2014, Ralf Hemmecke wrote:
>> Matrices are done via \begin{pmatrix} ... \end{pmatrix} ---> amsmath
> maybe not so good for large matrices.
> Try a matrix with more than 10 columns ...
> array should be fine, since the number of columns is known beforehand.

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\setcounter{MaxMatrixCols}{20}
\begin{gather}
  \begin{pmatrix}
    00&01&\exp(02)&03&0475&06&07&08&09&\log n& f(k)& 0&01&02&03&0475&06&07
  \end{pmatrix}
\end{gather}
\end{document}

BTW, why would you need matrices that don't fit onto the page and are
thus partially invisible?

Ralf


-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to