C
C
CJ2020-04-13 18:27:52
Python
CJ, 2020-04-13 18:27:52

How to solve this equation?

I can't figure out how to specify proportionality and modulus in the code, I would be grateful if you could help me with the code5e94849c0a485554287874.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Pokrovsky, 2020-04-13
@CJ

y = ((abs( pow(y1 - y2,  2*a) / pow(y1 + y2,  2*b) - asin(a) )) ** 1/4) * exp(-ctg(b) ** 2 )

something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question