\(f(x)=\dfrac{1}{\lfloor x^2-7x+13\rfloor}\)
\(\text{The floor function will map }[0,1) \to 0\\ \text{which results in undefined division by 0}\\ \text{Thus the interval }[0,1) \text{ must be restricted from the floor function}\\ \text{thus }x^2-7x+13<0 \text{ OR } x^2-7x+13 \geq 1\)
\(x^2 - 7x+13 < 0\\ \left(x-\dfrac 7 2\right)^2 +\dfrac 3 4 < 0\\ \text{this clearly cannot occur with real numbers}\)
\(x^2 - 7x+13 \geq 1\\ x^2 - 7x + 12 \geq 0\\ \left(x-\dfrac 7 2\right)^2 - \dfrac 1 4 \geq 0\\ \left(x-\dfrac 7 2\right)^2 \geq \dfrac 1 4\\ \left(x-\dfrac 7 2\right) \geq \dfrac 1 2 \text{ OR }\left(x-\dfrac 7 2\right) \leq -\dfrac 1 2\\ x \geq 4 \text{ OR }x \leq 3\\ x \in (-\infty, 3]\cup [4,\infty)\)
.