Problem 44274. Calculate the sum of two polynomials
Calculate the sum of two polynomials if they are written in notation with their coefficients.
example:
(
) + (
) = 
a=[3 4 5];
b=[1 4 7 6];
output =[1 7 11 11];
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers85
Suggested Problems
-
Extract leading non-zero digit
2244 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
883 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
708 Solvers
-
Deleting an element in a matrix
488 Solvers
-
2236 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!