Your question is sparse on details, so I'll answer what I think you're asking. Let's say we have these matrix equations:
Ax = 0
Ax = b
In both equations I'm assuming that A is a square, noninvertible matrix (i.e., |A| = 0).
Because |A| = 0, row reducing A will yield at least one row whose entries are all zero. This means that we have a system of equations with fewer equation than variables, meaning that at least one variable is free, so there are an infinite number of solutions for x.
If we represent the second matrix equation by an augmented matrix, row reducing A will still yield at least one row of zeroes on the left side of the augmented matrix. If the element of b that corresponds to that zero row is not zero, that row of the augmented matrix represents the equation
0x1 + 0x2 + ... + 0xn = bk, which has no solution. In this case, the system of equations is inconsistent.