functionfindInterval
Find interval for the root
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | c1 | [p] coefficients of denominator polynomials (a*p + 1) | |
| Real[:,2] | c2 | [p^2, p] coefficients of denominator polynomials (b*p^2 + a*p + 1) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | alpha_min | ||
| Real | alpha_max |