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
  • $\begingroup$ I think your problem are the "_". You can't use them as variables, those are used to define types of expressions. Check it out. Just change D_orthFun to DorthFun and D_orthogonal to Dorthogonal $\endgroup$ Commented Mar 9, 2014 at 19:56
  • $\begingroup$ I seem to have slipped when writing, my actual code has no underscores in the variable names. Thank you for the input though! I edited my question to include my code. I also tried NSolve as you can see but still with no end to the iterations. $\endgroup$ Commented Mar 9, 2014 at 20:05
  • $\begingroup$ What is the definition/value of omega0? $\endgroup$ Commented Mar 9, 2014 at 20:46
  • $\begingroup$ omega0=0.03. Why? $\endgroup$ Commented Mar 9, 2014 at 21:11