Yes. "Row reduction" can be thought of as applying a sequence of "row operations" to the matrix A but each row operation is equivalent to multiplying A by an "elementary matrix" (a matrix derived from the identity matrix by applying that row operation to it). That is, if there is a sequence of row operations, r1, r2, ..., rn, that reduces A to rref(A) (that's TI-85 notation isn't it?) then there exists a sequence of elementary matrices, m1, m2,...,mn such that the multiplication mn...m2m1A= rref(A). Obviously, if Ax= 0, then all the rest of the multiplications will give 0 also. Further, since no elementary matrix has determinant 0 (the inverse of an elementary matrix is the matrix corresponding to the "opposite" row operation) (other than "multiplying an entire row by 0" which most texts either never mention or don't consider a "row operation"), if rref(A)x= 0, then A= 0.