76Ahmad
- 46
- 0
Hello every one, this question for a mathematics experts...
Suppose we have the matrix
<br /> M =<br /> \left| {\begin{array}{cccc}<br /> 9 & 6 & 0 & 1 \\<br /> 3 & 7 & 2 & 5 \\<br /> 1 & 0 & 2 & 8 \\<br /> 8 & 8 & 1 & 0 \\<br /> \end{array} } \right|<br />
and we want to print only the coordinates that equal to 0
for our matrix it will be like that:(let say the raw is X, and the column is Y)
{3,1}
{2,3}
{4,4}
please help
thanks
Suppose we have the matrix
<br /> M =<br /> \left| {\begin{array}{cccc}<br /> 9 & 6 & 0 & 1 \\<br /> 3 & 7 & 2 & 5 \\<br /> 1 & 0 & 2 & 8 \\<br /> 8 & 8 & 1 & 0 \\<br /> \end{array} } \right|<br />
and we want to print only the coordinates that equal to 0
for our matrix it will be like that:(let say the raw is X, and the column is Y)
{3,1}
{2,3}
{4,4}
please help
thanks