Ask Your Question
0

Has ticket #6480 been fixed?

asked 2015-06-28 02:47:35 +0200

Alasdair gravatar image

updated 2015-06-28 02:55:28 +0200

The ticket is:

.subs_expr() method doesn't work for argument of D derivative operator

Here is an example (from Sage 6.2, which I'm currently using):

var('x,y,f,F,Fx,Fy')
y = function('y',x)
f = function('f',x,y)
d1 = diff(f,x,1)
d1.subs_expr(diff(y,x,1)==F)    

F*D[1](f)(x, y(x)) + D[0](f)(x, y(x))

So far, all good. But when I try:

d1.subs_expr(diff(y,x,1)==F,diff(f,x,1)==Fx,diff(f,y,1)==Fy)

I receive the error:

TypeError: argument symb must be a symbol

Maybe my syntax is wrong, so either my question is moot, in which case what am I doing wrong? Or maybe my syntax is correct and the fault is still a ticket for subs_expr. Advice as always would be very welcome!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-06-28 03:30:52 +0200

tmonteil gravatar image

As you can check http://trac.sagemath.org/ticket/6480 the ticket is still open.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-06-28 02:47:35 +0200

Seen: 240 times

Last updated: Jun 28 '15