josdejong/mathjs

Nested derivatives fail

Open

#3,528 建立於 2025年9月8日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (1,298 fork)batch import
bughelp wanted

倉庫指標

Star
 (13,832 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Describe the bug mathJs evaluates this derivative correctly: derivative('x * e^x', "x") // returns "e ^ x * (x + 1)"

however, if the expression to be differentiated is involves another derivative mathJs returns an incorrect answer: derivative('x * derivative("e^x", "x")', "x") // returns "e^x"

To Reproduce enter expression in mathJs demo window: derivative('x * derivative("e^x", "x")', "x")

貢獻者指南