How to find inverse modulo P of a polynomial A.
3 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!