Post Reply 
Silly question about solver
10-02-2014, 01:36 PM (This post was last modified: 10-02-2014 01:38 PM by Tim Wessman.)
Post: #2
RE: Silly question about solver
The CAS in Prime does not automatically switch to approximate mode (like the Nspire) when it cannot perfectly resolve a solution exactly in a symbolic way. This simple equation actually requires a rather advanced function to represent the result symbolically and this is not yet supported in the CAS on Prime or in the Nspire which is why neither can symbolically solve for all roots.

simply add a "f" to the front to use the "fsolve" command instead. (Stands for "floating point solve")

fsolve(x^2-2^x=0)

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Silly question about solver - mop80087 - 10-02-2014, 08:43 AM
RE: Silly question about solver - Tim Wessman - 10-02-2014 01:36 PM
RE: Silly question about solver - mop80087 - 10-02-2014, 02:28 PM
RE: Silly question about solver - mop80087 - 10-06-2014, 09:39 AM



User(s) browsing this thread: 1 Guest(s)