gpt4 book ai didi

wolfram-mathematica - mathematica/maple 中的分数阶导数?

转载 作者:行者123 更新时间:2023-12-02 15:13:27 26 4
gpt4 key购买 nike

Mathematica 或 Maple 中有用于计算分数阶导数的内置函数吗?

它是用什么方法推导的?

非常感谢!

最佳答案

来自 Fractional Derivatives page of MathWorld 的笔记本,这个Mathematica代码:

FractionalD[nu_, f_, t_, opts___] := 
Integrate[(t - x)^(-nu - 1) (f /. t -> x), {x, 0, t}, opts]/Gamma[-nu]

FractionalD[mu_?Positive, f_, t_, opts___] :=
Module[{m = Ceiling[mu]},
D[FractionalD[-(m - mu), f, t, opts], {t, m}]
]

关于wolfram-mathematica - mathematica/maple 中的分数阶导数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20956075/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com