D
D
Dmitry_Sel2021-12-07 11:19:08
Mathematics
Dmitry_Sel, 2021-12-07 11:19:08

Did I write correctly?

I can’t figure out where the mistake is guys, with me or in the task

double y = 1.3 * Math.Pow(Math.E,x / -2.0) + Math.Abs(Math.Cos(2.0 * Math.PI * x / 3.0 - 1.4)) - (6.0 / 11.00);
61af18f0e1237643416739.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
calculator212, 2021-12-07
@Dmitry_Sel

the error could be here Math.Cos(2.0 * Math.PI * x / 3.0 - 1.4), because you need to watch how the cosine is calculated, for example, Cos (1) is the cosine of 1 radian or the cosine of 1 radius, for good, hammer each action into the calculator separately, then do the same in the program, compare the result and find out where the error is

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question