Project

General

Profile

Feature #62

polynomial coefficient extraction w.r.t. single variable -- dense output

Added by John Abbott over 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
New Function
Start date:
13 Dec 2011
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Given a polynomial f and an indet x, produce a vector of the coeffs of f when viewed as a poly in x. The resulting vector v must satisfy f = \sum_i v[i]*x^i and each entry v[i] is of degree 0 in x.

The zero polynomial will produce an empty vector.

If f is multivariate the vector entries must be in RingOf(f).
If f is univariate the vector entries could be in CoeffRing(RingOf(f)) -- but this would be incompatible with the multivariate version. Perhaps the fns should have different names?


Related issues

Related to CoCoALib - Feature #51: polynomial coefficient extraction w.r.t. variableClosed

Related to CoCoALib - Feature #278: add CoeffVecWRT to cocoalibClosed2012-11-28

History

#1 Updated by Anna Maria Bigatti almost 12 years ago

  • Parent task deleted (#51)

#2 Updated by Anna Maria Bigatti over 9 years ago

  • Target version set to CoCoALib-1.0

#3 Updated by John Abbott over 9 years ago

  • Category set to New Function
  • Status changed from New to Closed
  • Assignee set to John Abbott
  • Target version changed from CoCoALib-1.0 to CoCoALib-0.99534 Seoul14
  • % Done changed from 0 to 100

This has already been done: it is the function CoeffVecWRT.
Closing.

Also available in: Atom PDF