Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to displayed some element in a matrix with distinct colors

Given the matrix

 A=[[1,0,1],[0,0,1],[1,1,0]]

I would like that the $1$ in $A$ be in venetianred (#AE181E) and $0$ in cadet blue (#5F9EA0) or in white.

How to displayed some element in a matrix with distinct colors

Given the matrix

 A=[[1,0,1],[0,0,1],[1,1,0]]

I would like that the $1$ in $A$ be in venetianred (#AE181E) and $0$ in cadet blue (#5F9EA0) or in white.

How to displayed display some element in a matrix with distinct colors

Given the matrix

 A=[[1,0,1],[0,0,1],[1,1,0]]

I would like that the $1$ in $A$ be in venetianred (#AE181E) and $0$ in cadet blue (#5F9EA0) or in white.

How to display some element elements in a matrix with distinct colors

Given the matrix

 A=[[1,0,1],[0,0,1],[1,1,0]]
 show(A)

I would like that the $1$ in $A$ be in venetianred (#AE181E) and $0$ in cadet blue (#5F9EA0) or in white.

How to display some elements in a matrix with distinct colors

Given the matrix

 A=[[1,0,1],[0,0,1],[1,1,0]]
 show(A)

I would like that the $1$ in $A$ be in venetianred (#AE181E) and $0$ in cadet blue (#5F9EA0) or in white.not displayed