2012年9月23日

Mathematica实现微分算子功能

摘要: Mathematica以符号计算见长,那么有没有办法实现微分算子功能呢?一个简单实现:d /: d[x_]*w_ := D[w, x]dd = {{d[x], 0, 0}, {0, d[y], 0}, {0, 0, d[z]}};dd*{Sin[x], Cos[y], Tan[z]} 阅读全文

posted @ 2012-09-23 00:06 大宝pku 阅读(1501) 评论(1) 推荐(0)

导航