2021年1月5日星期二

Numerically solve equation

Is there any package in Python, Julia or R to numerically solve (brute force?) this equation:

A/B+C + B/A+C + C/A+B = 4

I need to find these 3 values (A,B and C) and they need to be positives and integers.

Is it possible using any of these 3 languages?

I already know that theses roots are positive integers 80 digits long.

Thanks

https://stackoverflow.com/questions/65589231/numerically-solve-equation January 06, 2021 at 10:07AM

没有评论:

发表评论