Paul Smith wrote:
On 2/2/06, Herbert Voss <[EMAIL PROTECTED]> wrote:
This may be a bit out of topic. I have a matrix of ones and zeros with
which I would like to produce a picture in such a way that the ones
would be represented in black, say, and the zeros in yellow. Does
somebody know of a program (for Linux) to create my picture?
what kind of matrix?
An example follows:
x\y 0.1 0.2 0.3
0.1 1 0 1
0.2 0 1 1
0.3 1 1 0
but my matrix is much larger, i.e., with many more rows and columns.
I need the exact LaTeX Definition, e.g. \begin{pmatrix} ....
The above make things complicated, because 0.1 and 1 different
Herbert