Multiply two polynomials p and q given in vector representation. Example p=[-2 0 1 -1 3 2]
q=[1 0 -1 2 4]
result=[-2 0 3 -5 -6 5 -1 0 16 8]
1137 Solvers
Back to basics 22 - Rotate a matrix
682 Solvers
393 Solvers
Find out total non zero element of matrix
148 Solvers
169 Solvers