M
M
muhasa2018-12-23 14:21:30
Algorithms
muhasa, 2018-12-23 14:21:30

Calculate and display the value of the function F(x) on the interval [a,b]. How to solve this?

Calculate and display the value of the function F(x) on the segment [a,b] with an accuracy of e.
F(x) = 1 + (x/3) + pow((x/3),2)... [0, 0.9], at step 0.1
I'm not so much interested in the algorithm itself as in understanding what is needed from me here.
How to bring it to a recurrent form? Specifically, I can compose the algorithm itself, you just need to understand at what point you need to exit the loop.
Well, in general, a general understanding of the solution of such problems.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2018-12-23
@Rsa97

The recurrent form is not required here, the simplest cycle from and to with a given step.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question