non-singular matrix using Galois field
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I am generating a matrix using Galois field with the following code.
k=3;
m=2;
prim_poly = gfprimdf(k,m);%[2 2 1];
code_vec_set = gftuple([-1:k^m-2]',prim_poly,k);
from the set randomly i am considering three rows and creating a matrix(suppose X)..is there any way to make sure this X is non-singular
thanking you in advance
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Error Detection and Correction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!