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*

2
  • $\begingroup$ You are more likely to get an answer if you were to edit your post to include code that could serve as a minimal working example of your problem. As it is currently posted you have not given sufficient context for me (and many others who might want to help you) to work on your problem. $\endgroup$ Commented May 25, 2019 at 4:24
  • $\begingroup$ You might want to try it with model = (2 c/(Sqrt[b^2 - 4 (a x + 1) c] + b))^2 and then NonlinearModelFit[data, {model, c < 0}, {a, b, c}, x]. $\endgroup$ Commented May 25, 2019 at 4:48