Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-683

Create a method shift in the PolynomialFunction class

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.0
    • 3.0
    • None
    • None
    • All

    Description

      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)

      Attachments

        1. PolynomialsUtils.java
          13 kB
          DI COSTANZO
        2. PolynomialsUtilsTest.java
          11 kB
          DI COSTANZO

        Activity

          People

            Unassigned Unassigned
            romdicos DI COSTANZO
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: