Is there any library or open source function that approximate the area under a line that is described by some of its values taken at irregular intervals?
i am trying to find suchp,that for given function f(p),we have equality p=f(p); here is code #include <iostream>
i haveposted a few hours ago question aboutnewtons method,i got answers and want to thanks everybody,now ihave tried to implement code itself
I am studying numerical analysis and also solving algorithms which is described in book. My problem isabout Newton\'s method. In general, if some function is given and we have to find root, how can we
i get a bunch of errors when i use both nr3.h and boost library. I use ubuntu 10.04 with libboost1.40 and code from http://www.nr.com/ (3rd edition)
More specifically, i\'m interested in 8th order Dormand开发者_如何学JAVA-Prince embedded method, it\'s based on Runge-Kutta, and stiff equations.
I am writing a program where I need to know only the first k (k can be anywhere between 1-5) numbers of another big number which can be represented as n^n where n is a very large number.
what\'s the best way to calculate the average? Wit开发者_运维技巧h this question I want to know which algorithm for calculating the average is the best in a numerical sense. It should have the least r
I\'m writing a Gaussian blur with variable radius (standard deviation), i.e. each pixel of the image is convolved using a different kernel. The standard techniques to compute Gaussian blur don\'t work
Let P(x) denote the polynomial in question. The least fixed point (LFP) of P is the lowest value of x such that x=P(x). The polynomial has real coefficients. There is no guarantee in general that an L