Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Solving transcendental eqns with calculator?
How does one solve a transcendental equation on a Ti-89? I had thought the command was nSolve, but am not quite sure how it works.
Thank you in advance.
1 Answer
- 1 decade agoFavorite Answer
nSolve uses a numerical iterating algorithm (most likely a form of Newton's method) to solve equations. Other solvers in the TI-89 are referenced in the first PDF. The text below comes from the second pdf.
An example follows:
'The syntax is nSolve(equation, var or variable guess). For instance, to find a root of sin(x^2) nearest x = 8, enter nSolve(sin(x^2) = 0, x = 8). The calculator returns 7.92665.'
Source(s): http://www.math.oregonstate.edu/home/programs/unde... http://www.math.geneseo.edu/CURRENT_STUDENTS/TI89(...