Without your code is hard to spot where the problem is, one common occurence is putting the epsilon inside the square root, but looks like that’s not the case since you are getting the Ws right.
Maybe you should look carefully at your code since the formulas for the Ws and bs are equivalent, and prone to copy-paste mistakes.
If after reviewing your code the problem persists, feel free to send me your code via direct message (to not violate honor code here) and I’ll review it.
I got it to work . The final error was due to the fact that I was referring to the class notes for the b-param implementation which is missing the db^2 ( discussed in the clarification note ).