Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ax + by + cz + dw ≡ 1 (mod p)
ex + fy + gz + hw ≡ 1 (mod p)
(pは素数0 <= a,b,c,d,e,f,g,h < p、、、、0 <= x,y,z,w < pすべてのバリアントは整数です)
p
0 <= a,b,c,d,e,f,g,h < p
0 <= x,y,z,w < p
私はの値しか知らないので、a, b, c, d, e, f, g, hを取得する必要がありますx, y, z, w。
a, b, c, d, e, f, g, h
x, y, z, w
コンピューターを使用してこれを解決するにはどうすればよいですか?何も思いつきません :(