2015-09-21 12:48:14 UTC+2, Germano Massullo a écrit :
>
> derivative(5*x, x)
>
> Putting a * solves the problem. Does SageMath really need * symbol to 
> understand that 5x is 5*x ???? If yes there is something really wrong in SM 
> syntax...
>

Sage has implicit multiplication turned off by default,
but lets you turn it on, and even lets you set the level
of implicit multiplication you want, see this answer
on Math.SE and the links there.

  
http://math.stackexchange.com/questions/1186165/why-can-you-not-omit-the-sign-for-multiplication-in-sage-matlab-and-other/1186678#1186678
 


Other programming languages or software systems
have different conventions. For example, Julia lets you
write 5x or 2x^2.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to