Community Profile

photo

ali temsah


Last seen: 2 years ago Active since 2022

Statistics

  • Thankful Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How do I plot this function?
you could plot it like this x = -20:0.5:20; coeffents=[0.25 -2 -3 64 -212 288 2]; y=polyval(coeffents,x); plot(x,y) gri...

2 years ago | 0

Question


what is the meaning of (left half plane of roots)?
the roots b= -0.3642 + 0.7125i -0.3642 - 0.7125i 0.3642 + 0.7125i 0.3642 - 0.7125i does it means only the real roo...

2 years ago | 1 answer | 0

1

answer

Question


is there a way to obtain F(-x) polynomial
syms x %if i have % f is the coeffents of the polynomial f=[2 43 12]; %F(x) is the polynomial of (+x) F(x)=poly2sym(f,x) ...

2 years ago | 2 answers | 0

2

answers

Question


how can i obtain the paraconjugate of a polynomial of any degree ?
a+bX+cX^2+fX^3+gX^4........etc

2 years ago | 1 answer | 0

1

answer

Question


is it possible to multiply 2 symbolic polynomials?
for example if i have f=[34 43 5] %and h=[32 34 4] % i can use the (conv command) and obtain the resultant polynomial fh...

2 years ago | 1 answer | 0

1

answer