I have this equation system:
a + b + c (mod 11) = 8
9a + 3b + c (mod 11) = 2
16a + 4b + c (mod 11) = 9
Unfortunately I totally don't know how to solve it. It is in general part of Lagrange's threshold scheme. I tried to search internet but found solutions only for one variable. On one website it was written this can be solved using matrix, but no example was given. Please give hints and general solution for that kind of equation systems. Thanks in advance.