Finding root & forming Polynomial function

3 views (last 30 days)
Shaukhin
Shaukhin on 27 Jan 2023
Moved: Matt J on 27 Jan 2023
Construct a polynomial such that C(x)= A(x)*B(x), Where A(x)= 3x^2 +2x-4 and B(x)= 2x^3 -2, Also, find the roots of A(x), B(x) and C(x). Write me the code for this...

Answers (1)

Matt J
Matt J on 27 Jan 2023
Moved: Matt J on 27 Jan 2023
No, we won't code your homework for you, but as a hint, consider the conv and roots commands.

Categories

Find more on Polynomials in Help Center and File Exchange

Tags

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!