In the code below, Is the result of np.dot(eqtn_coeffs[1], params) not supposed to be the same as eqtn_ans[1] since numpy had no problem solving the si
np.dot(eqtn_coeffs[1], params)
eqtn_ans[1]