Zulip Chat Archive
Stream: Is there code for X?
Topic: Partial derivatives' chain rule & product rule
Shi Zhengyu (Mar 20 2022 at 07:28):
As title suggests, is there code for partial derivatives' chain rule & product rule?
Thanks!
Heather Macbeth (Mar 20 2022 at 16:25):
@Shi Zhengyu In mathlib the differential calculus of several variables is phrased in terms of the Fréchet derivative. The chain rule is docs#has_fderiv_at.comp and the product rule is docs#has_fderiv_at.mul.
Shi Zhengyu (Mar 21 2022 at 11:32):
(deleted)
Last updated: Dec 20 2023 at 11:08 UTC