Polynomial.Expand Method

Expands factorized polynomial p_1(x)^(k_1)*...*p_r(x)^(k_r) to its normal form a_0 + a_1 x + ... + a_n x^n.
Public Shared Function Expand( _ 
ByVal p As FactorizedPolynomial
) As Polynomial
This language is not supported or no code example is available.
public static Polynomial Expand( 
FactorizedPolynomial p 
)
This language is not supported or no code example is available.
public:  
static Polynomial^ Expand( 
FactorizedPolynomial p 
)
This language is not supported or no code example is available.
public static function Expand( 
p : FactorizedPolynomial 
) : Polynomial;
This language is not supported or no code example is available.

Parameters

p
FactorizedPolynomial

Return Value

Polynomial

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition