Dear sir,
1- small improving:
In the cas menu (or in the function list), when you ask for a function, you will get:
function()
I think it should be better to have:
function(
then you would enter the expression without to go back one step to the ")"parenthesis. In addition, you don't need the ")" in order to run functions...
more specifically, when you enter "taylor" function, you get
taylor(...) instead of taylor() and to my suggestion instead of taylor(
2- summary of improvements:
- "fsolve" should replace "nsolve"
- in the general settings (where you find for example the keyboard size), it should be great to have the option to enable or disable:
- "complex-mode"
- "angle-radian"
3- useful and very often used additional "cas menu"
if you choose the option, you can have on the second cas menu all the simplification functions which are very useful, as:
- "texpand": trig and log,exp expansion
- "lin" and "tlin" : linearization of exp, log and trig
- "lncollect" and "tcollect": simplify exp,log and trig
- "exp2trig": very useful when an "int" results has complex exp, which could be often the case when "risch" is called inside "int", for example:
int(sin (x^(1/2))
cheers
Francois