I have a simple equations to solve and I want to do it in matlab,however, there are some years, that I didn't use and kinda forgot it. So this
linsolve({(387=mod(324*a+b,601)), (491=mod(381*a+b,601))},{a,b}),
doesn't give me a result, due to an a mistake I am not able to find. the original set of equations is:
(324a+b)mod601=387 (381a+b)mod601=491,
affine cipher apparently. Thank you!