On Friday, January 13, 2017 at 11:01:15 AM UTC-8, Dima Pasechnik wrote:
>
> There is also a problem parsing ''' (thanks, google-groups, for editing it 
> for us :-)) as ' " (or " ', depending on the context).
> At least it did hit me...
>

cut/paste works fine for me, so I think the only confusing thing is that 
google-groups uses a proportional font by default. It didn't change the 
actual characters.
 

> By the way, is there a way to assign bindings like
> maxima_calculus.sin() to Maxima functions from just loaded Maxima code on 
> the fly, 
> without going into trouble of installing a Maxima package, rebuilding 
> Sage's Maxima, etc?
>

That just works, even for functions that don't exist (yet).

sage: import sage.interfaces.maxima_lib
sage: M=sage.interfaces.maxima_lib.maxima
sage: M.g(x)

see maxima_calculus.__getattr__ for how.

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

Reply via email to