implement a console application to the solution of the following problem. calculate the value of a function given by the Taylor series, the interval from x0 to xn with step h with a given accuracy e. Results display in a table. 1/(1+x)^3=1-(((2*3)/2*)x)+((3*4)/2*)x^2)-(((4*5)/2*)x^3)+...
Comments
Leave a comment