All public logs

Jump to navigation Jump to search

Combined display of all available logs of iMath. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:22, 27 September 2024 Jrheinlaender talk contribs created page FSOLVE (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...")