Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    $\begingroup$ Are there any assumptions for n and b? I guess that n is a non-negative integer, but b? $\endgroup$ Commented Jan 21, 2017 at 19:28
  • 1
    $\begingroup$ Obviously this system cannot be solved analyticaly. It's not a MA problem. The solution can be found numericaly only. $\endgroup$ Commented Jan 21, 2017 at 20:25
  • $\begingroup$ This problem is equivalent to Solve[Sin[x] == x, x], which has only one solution. FindInstance[Sin[x] == x, x] gives it, {{x -> 0}}. $\endgroup$ Commented Jan 21, 2017 at 20:37
  • $\begingroup$ @mattiav27 n is a non-negative integer, b is given and b<a, both non-negative $\endgroup$ Commented Jan 21, 2017 at 21:47