Community Profile

photo

Saleh AlSenaidi


Last seen: 12 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Multiplying two polynomials without using conv() function
If you don't have symbolic toolbox, you can use this code a = [13,-13]; %a = 13x - 13 b = [-13,9,8]; %b = -13x^2 + 9x + 8...

2 years ago | 0