Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The Wolfram Alpha results for this one are pretty intimidating:

http://www.wolframalpha.com/input/?i=(a%2F(b%2Bc))%2B(b%2F(a...



You can ask for integer solutions in Mathematica with

> Solve[x/(y + z) + y/(z + x) + z/(x + y) == 4, {x, y, z}, Integers]

but it gives a very long output in terms of Root[]s and conditional expressions.


I initially tried that on WolframAlpha but it doesn't understand Mathematica syntax. But one can enter it on https://lab.wolframcloud.com after creating an account.


Thanks. At least I could check the solution there and it is correct.


I got "Standard computation time exceeded...".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: