Problem 43626. Find scalar product of two polynomials a and b, given as vector array.
Find scalar product of two polynomials given as vector array.
Example
a=[1 -1 2]; b=[2 4 1];
result=0
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers74
Suggested Problems
-
Duplicate each element of a vector.
615 Solvers
-
350 Solvers
-
277 Solvers
-
312 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
341 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!