Ask Your Question

Revision history [back]

Add Polynominals to Matrix.

Hello, I have a polynomianl coefficients in Vector1 = [[4,7],[3,1]]. I can`t add polynominal in Matrix. In result i need Matrix =Gf(p^n),1,n) = {4x+7,3x+1}. But i can do it in manually. Vector2=Matrix(Gf(p^n),1,n)) Vector2[0,0]=Vector1[0] Vector2[0,1]=Vector1[1] And in result i have need matrix. how do this right.

P.S. Sorry, English it is not my native language.