photo

Michael Groncki


Michael Groncki

Active since 2011

Followers: 0   Following: 0

Message

Engineer, Programmer, Master's degree, Automation, Process control, Industrial furnaces and more

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
102,208
of 301,204

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,368

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
Polynomials - expand (s-p1)*(s-p2)*(s-p3)...(s-pn-1) and find the coefficients an-1, ... , a2, a1, a0 of s^n + an-1*s^n-1 + ... + a2*s^2 + a1*s + a0
@Wayne: Thanks for your help. In a second step I used sym2poly for the coefficients: sym2poly(expand(p))

14 years ago | 0

Question


Polynomials - expand (s-p1)*(s-p2)*(s-p3)...(s-pn-1) and find the coefficients an-1, ... , a2, a1, a0 of s^n + an-1*s^n-1 + ... + a2*s^2 + a1*s + a0
given: (s-p1)*(s-p2)*(s-p3)...(s-pn-1) find an-1, ... , a2, a1, a0 of s^n + an-1*s^n-1 + ... + a2*s^2 + a1*s + a0 How ca...

14 years ago | 2 answers | 0

2

answers