Feeds
질문
How to solve this problem " Error using gfmul The input elements must be integers between -Inf and P^M-2 over an extension field"
clc, clear all m=8; p=2; primpoly = [1 0 0 0 1 1 1 0 1]; field=gftuple([-1:p^m-2]',primpoly,p); gfmul(77,255,field)
2년 초과 전 | 답변 수: 1 | 0