python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to find bezier coefficients without matrices?
The function get_cubic needs 4 points and i need to find b and c by calculation (a and d is given).
Here is my code and i need help specifically with get_bezier_coef
def get_bezier_coef(points):
#...
Shalev Levi Sagzan
Votes: 0
Answers: 0
How to calculate area from noisy points of given function?
I was asked to calculate area from noisy points of given function (the function can represent any closed abstract shape).
im getting function and take something like 1000 noisy points from that functi...
Shalev Levi Sagzan
Votes: 0
Answers: 0
Numerical integration of a 2-dim complex function in C++?
I am trying to integrate this integral numerically (so without evaluating the primitive) in C++:
It is simpler than what it seems, in fact I know which algorithm I can implement to solve it (I consid...

Gianluca Bianco
Votes: 0
Answers: 1