[ 
https://issues.apache.org/jira/browse/MATH-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119313#comment-13119313
 ] 

DI COSTANZO commented on MATH-683:
----------------------------------

Effectivelly, the code you posted above can be a solution for someone who only 
want to evaluate a polynomial function shifted by a specific value.
Unfortunately, I can't deal with that representation, as I need to have the 
coefficients of the shifted polynomial :
I'm facing this problem in a recurrence formula. To achieve it, I need to sum 
polynomial, some of them being shifted by real values.
                
> Create a method shift in the PolynomialFunction class
> -----------------------------------------------------
>
>                 Key: MATH-683
>                 URL: https://issues.apache.org/jira/browse/MATH-683
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 3.0
>         Environment: All
>            Reporter: DI COSTANZO
>            Priority: Trivial
>
> Create a method shift to transform a polynomial P(k) in P(k + a) where a is 
> any double value.
> The polynomial sum(ai * k^i) turns into sum(ai * (k+a)^i)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to