LXer: Python (numpy && matplotlib) solving one relatively difficult math problem
by LXer from LinuxQuestions.org on (#5PK7G)
Published at LXer:
The problem itself is to find all solutions of the following equation on the real axis - cos (cos (cos (cos (x)))) - sin (sin (sin (sin (x)))) = 0. We intend to prove that equation above doesn't have any solution via creating a python script importing NumPy and Matplotlib.
Read More...
The problem itself is to find all solutions of the following equation on the real axis - cos (cos (cos (cos (x)))) - sin (sin (sin (sin (x)))) = 0. We intend to prove that equation above doesn't have any solution via creating a python script importing NumPy and Matplotlib.
Read More...