New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
  • 17:22, 27 September 2024FSOLVE (hist | edit) ‎[535 bytes]Jrheinlaender (talk | contribs) (Created page with "{{Keyword | <code>FSOLVE (equation, symbol, number, number )</code> | Numerically solve the equation for the symbol. It is assumed that the soluation lies between the lower and upper bounds given as arguments. A Newton-Raphson algorithm is used. | 3= <code>EQDEF 192 x^{6} - 512 sqrt{3} x^{5} + 1104 x^{4} - 384 sqrt{3} x^{3} + 132 x^{2} - 1 = 0</code> <code>EQDEF FSOLVE(@prev@, x, -0.2, -0.05)</code> This will find the solution <code>x = -0.073145130133...")