Divide a polynomial u by polynomial v and return the quotients only.
Example:
u = x^4+3*x^3+5*x+3 v = x^2+1
Answer:
x^3+2*x+3
using filter;)
1966 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers
Cell Counting: How Many Draws?
254 Solvers
154 Solvers
Create an n-by-n null matrix and fill with ones certain positions
140 Solvers