How to find inverse modulo P of a polynomial A.

4 visualizaciones (últimos 30 días)
AFSAR KAMAL
AFSAR KAMAL el 22 de Oct. de 2018
Editada: Bruno Luong el 22 de Oct. de 2018
I want to calculate the modulo multiplicative inverse of a Polynomial. Here, A=(3 + 2*X^2 -3*X^4 + X^6) and P=7 to satisfy the condition X*A = 1 (modulo P), where X is the polynomial inverse. I want programming codes or function to solve this problem. How it can be solved in MATLAB through function.

Respuestas (1)

Bruno Luong
Bruno Luong el 22 de Oct. de 2018
Editada: Bruno Luong el 22 de Oct. de 2018
Code the Euclide division algorithm in Z/pZ ring, see GCD algorithm, Bezout, etc...

Categorías

Más información sobre Polynomials en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by