Zulip Chat Archive
Stream: Is there code for X?
Topic: Formal partial derivative
Kenny Lau (Oct 23 2020 at 08:48):
Formal partial derivative for mv_polynomial.
Kevin Buzzard (Oct 23 2020 at 09:14):
@Shing Tak Lam formalised the definition for sure (in mathlib) -- it's pderiv in mv_polynomial.pderiv. There's pderiv_monomial_single and pderiv_eq_zero_of_not_mem_vars and pderiv_mul so that should do it.
Kenny Lau (Oct 23 2020 at 09:25):
Last updated: May 02 2025 at 03:31 UTC