M
M
Maxim Shishkov2014-10-23 18:40:08
Delphi
Maxim Shishkov, 2014-10-23 18:40:08

Delphi. How to find the value of a function from a graph?

253ea6d698724cf2badb476e9f6cc9af.jpg
There is such a schedule. It is necessary to write a program in Delphi that calculates the value of a function given X.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Natali38, 2014-11-17
@Trumdu

This is elementary mathematics. Here is a solution for you there you will find all the answers

Z
zed, 2014-10-23
@zedxxx

Divide the graph into 5 parts, describe each part with some function y = f(x) in a mathematical expression. Then, for each mathematical function, write a function in pascal with its implementation. In total, you will get 5 functions. Finally, write a main function that, depending on the input value X, calls one of those 5 functions and prints the result.
Here is a simple algorithm.

R
Rostik88, 2018-11-11
@Rostik88

The link below contains the software implementation of the task in the Delphi environment: www.mathros.net.ua/znahodzhennja-znachennja-funkci...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question