symbolics: add derivative operator#35193
Conversation
mkoeppe
left a comment
There was a problem hiding this comment.
This is a good idea.
I've made some small edits.
I think it would be good to add an example to the class doctest, so that it will be shown if the user types D?
8913a3a to
210afac
Compare
Codecov ReportBase: 88.59% // Head: 88.59% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35193 +/- ##
===========================================
- Coverage 88.59% 88.59% -0.01%
===========================================
Files 2140 2140
Lines 396998 397285 +287
===========================================
+ Hits 351740 351960 +220
- Misses 45258 45325 +67
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
I've improved the documentation a bit as requested (and also added a |
|
Thanks for implementing this new feature! |
This allows for also using the syntax which sagemath already uses in the output of symbolic derivatives of functions like `D[0,1](f)(x+y,x-y)` in user input.
210afac to
76c6eb0
Compare
|
Documentation preview for this PR is ready! 🎉 |
|
I'm fine with this, but am leaving the positive review for others who work with symbolics more than I do. |
egourgoulhon
left a comment
There was a problem hiding this comment.
Fine for me too!
Thanks.
This allows for also using the syntax which sagemath already uses in the output of symbolic derivatives of functions like
D[0,1](f)(x+y,x-y)in user input.Resolves #32554
Resolves #17445