Top "Polynomial-math" questions

Polynomial Math is a subset of mathematics dealing with mathematical expressions constructed from variables and constants using only the operations of addition, subtraction, multiplication, and non-negative integer exponents.

How to calculate coefficients of polynomial using Lagrange interpolation

I need to calculate coefficients of polynomial using Lagrange interpolation polynomial, as my homework, I decide to do this in …

javascript polynomial-math
How do you compute the XOR Remainder used in CRC?

I'm trying to remember how the math is worked out to compute the remainder of an XOR algorithm in Cyclical …

xor crc polynomial-math
Finding polynomial roots using Python -- Possible Numpy Extension Bug

I am using Numpy to obtain the roots of polynomials. Numpy provides a module 'polynomial'. My hand calc for x^2 + 5*…

python-2.7 numpy polynomial-math
Finding roots of polynomial in Java

I need to find (approximate, numerical) solution to Legendre polynomial. I tried the several Java libraries but none have what …

java math polynomial-math
How to make a polynomial approximation in Scilab?

I've a set of measures, which I want to approximate. I know I can do that with a 4th degree …

polynomial-math scilab approximation
Algorithm for computing the inverse of a polynomial

I'm looking for an algorithm (or code) to help me compute the inverse a polynomial, I need it for implementing …

algorithm polynomial-math inverse ntruencrypt
What is a simple way to find real roots of a (cubic) polynomial?

this seems like an obvious question to me, but I couldn't find it anywhere on SO. I have a cubic …

c math numerical-methods polynomial-math
Solving a Linear Diophantine Equation(see description for examples)

Let me start off by clarifying that(before you guys dismiss me), this is not a homework problem and I'm …

java algorithm math polynomial-math
Why is this polynomial equation badly conditioned?

I have 1x1024 matrix. So I'd like to estimate a polynomial equation. X= (0:1023)' Y= acquired data. A 1024 element vector …

matlab math polynomial-math polynomial-approximations
Calculate trendline and predict future results

I'm writing some analytics modules for the site I'm working on and I need to estimate the total views after …

javascript node.js math polynomial-math trendline