and no, there are no general algorithms. But it wouldn't hurt to get acquainted with the Nspire cas instead of supposing all equations you can't solve are a limitation of the calculator.
Cheers,
--
Nelson
> --
> To post to this group, send email to tins...@googlegroups.com
> To unsubscribe send email to tinspire+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
> The tns documents shared by group members are archived at
> http://lafacroft.com/archive/nspire.php
most notably, solve( equation and x<a,x) is very different from solve(equation,x)|x<a.
in the first situation you're solving two conditions, therefore applying a set of algoritgms to simplify the eqs, maybe get some matrix to describe the system. you'll have all sorts of constraints about what is generally true and what isn't. on the second case, you solve one equation, and not a very hard one as it's easily factored, then constraint your results to a specific interval. The rules are very different from a computational point of view.
One key aspect of cas systems: algorithms fail. And have limitations. Go for simple unless absolutely necessary.
Orherwise you end up like those guys that started with 1+1, then went on to things like cos^2(x)+sin^2(x)=sum(1/2^n,n,1,infinity) and went on until they got a 3 line formula.
-
Nelson
What's wrong with solve(tExpand(cos(x)+sin(2*x))=0,x)|0≤x≤2*π, that
returns x=π/2 or x=7*π/6 or x=3*π/2 or x=11*π/6 without any issues,
unnecesary manipulations, extra considerations or approximations?
Nelson