FSOLVE: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 September 2024

  • curprev 17:2217:22, 27 September 2024Jrheinlaender talk contribs 535 bytes +535 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..."