Calculate the sum of two polynomials - MATLAB Cody - MATLAB Central

Problem 44274. Calculate the sum of two polynomials

Difficulty:Rate
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

54.02% Correct | 45.98% Incorrect
Last Solution submitted on Apr 04, 2025

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
2
4
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers77

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page