|
From: Henry B. <hb...@pi...> - 2025-04-24 14:16:43
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Is there a simple way to "recognize" a polynomial P(z) in a
variable 'z' with *numerical* coefficients ?<br>
</p>
<p><br>
</p>
<p>I'd like to write a routine that errs out if the input isn't a
polynomial; if it has coefficients which aren't</p>
<p>numerical; if it is a polynomial in the wrong variable, etc.</p>
<p><br>
</p>
<p>I don't mind if the polynomial is in factored form or expanded
form, or partially in between.</p>
<p><br>
</p>
<p>I don't mind if the polynomial has to be expanded in order to be
recognized.</p>
<p><br>
</p>
</body>
</html>
|