Ask Your Question
0

Can we substitute the term used for the univariate derivative for y'

asked 2023-05-12 12:57:03 +0200

Cyrille gravatar image

updated 2023-05-13 21:33:26 +0200

One new question. I sincerely apologize to use so much the common ressource. This works perfectly

x,θ,z = SR.var('x θ z')
y = function('y')
x = function('x')
diff(y(x(θ,z)), z)

My question is simply is there a way to substitute $y^\prime(x(\theta,z))$ to $D_0(y(x(\theta,z))$ since $y$ is univariate ? And if this is possible to do the same thing for second order.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2023-05-12 13:38:16 +0200

Emmanuel Charpentier gravatar image

I am not sure of the meaning of your question, but I suppose that you want a "more conventional" typesetting of your expression (The D[0]... notation has been adopted for its unanbiguous nature).

This is not a new issue...

As far as I can tell, this cosmetic workaround should do what you mean...

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: 2023-05-12 12:57:03 +0200

Seen: 168 times

Last updated: May 13 '23