Question: solve (...) won't solve but solve(...) without the space will - bug?

Is that a bug?

For example, a simple expression like so ...

a:=b=3*x+5;

solve (a,x);  will return solve (b=3*x+5,x)   Not exactly what one was looking for.  Removing the space, solve(a,x) and now it will work exactly like you wanted it to. 

I can't recall wether I read somewhere that spaces weren't allowed.  That true?  Or do they need to brush up on the next update?

 

 

Please Wait...