Square root of a polynomial over gf
Ältere Kommentare anzeigen
Hi all, I would like to ask you, I there is a fanction which calculates the sqaure root of a polynomial over gf..something like this:
pol=poly2sym(g1.x,'x');
F = evalin(symengine, 'poly(pol, Dom::GaloisField(2^11))');
res=feval(symengine, 'sqrt', F)
g1: is the polynomial over gf(2^11)..
Akzeptierte Antwort
Weitere Antworten (1)
mmavrop
am 28 Mär. 2012
Kategorien
Mehr zu Polynomial Creation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!