Step 1 :Let B, H, and P represent the number of Basic, Homeowner, and Pro sets that can be produced each day, respectively.
Step 2 :From the painting time, we have the equation: \(1B + 2H + 2.9P = 94.5\)
Step 3 :From the assembly time, we have the equation: \(0.7B + 1.5H + 1.9P = 63.2\)
Step 4 :From the packaging time, we have the equation: \(0.9B + 0.8H + 2P = 66.8\)
Step 5 :We can solve this system of equations using Gauss-Jordan elimination. This method involves creating an augmented matrix from the system of equations and then using row operations to transform the matrix into reduced row echelon form, from which the solutions can be easily read.
Step 6 :The reduced row echelon form of the matrix is: \[A = \begin{bmatrix} 1 & 0 & 0 & 16 \ 0 & 1 & 0 & 3 \ 0 & 0 & 1 & 25 \end{bmatrix}\]
Step 7 :From this, we can see that the manufacturer can produce \(\boxed{16}\) Basic sets, \(\boxed{3}\) Homeowner sets and \(\boxed{25}\) Pro sets per day.