How to find inverse modulo P of a polynomial A.

조회 수: 5 (최근 30일)
AFSAR KAMAL
AFSAR KAMAL 2018년 10월 22일
편집: Bruno Luong 2018년 10월 22일
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.

답변 (1개)

Bruno Luong
Bruno Luong 2018년 10월 22일
편집: Bruno Luong 2018년 10월 22일
Code the Euclide division algorithm in Z/pZ ring, see GCD algorithm, Bezout, etc...

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by