Hi Perhaps it would be fine to make new directory in Sage library and put all commands focused on education there. And we should not import the commands automatically into Sage.
I have also something similar - commands which can be used to demonstrate Laplace expansion of determinants and row operations with determinant - see http://user.mendelu.cz/marik/sage/determinant.pdf On 30 kvÄ›, 16:45, "Georg Damm" <georg.d...@web.de> wrote: > Hi all, > > i was creating worksheets for my students and solutions for my > assistents with latex and sagetex. In the process i've written some > python functions which returns for example the latex code when you > calculate the determinant of a matrix. > I think it would be useful to cellect these in a modul for > educational purposes. Wolfram alpha does that e.g. for derivatives > ("More steps"). Hm, but there are only few problems which can be solved automatically using the methods from textbooks. You may want to look at http://user.mendelu.cz/marik/maw/ for some attempts in this direction. I was thinking for example on porting integral assistant ( http://user.mendelu.cz/marik/maw/index.php?lang=cs&form=integral ) to Sage, but I think that in a sagelet it will never be as good as in standalone web page. And also, I miss the function which does not evaluate the integral, but allows change of variables, for example. Something like 'integrate in Maxima or Int in Maple. Anyway, it is a good idea to write funtions which help in education. Robert > > What do you think about this? > > Georg -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org