Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
356 views
in Technique[技术] by (71.8m points)

shell - Shell脚本查找自变量的导数(Shell script to find derivative of argument)

I have to write a shell script that finds the derivative of the argument.

(我必须编写一个shell脚本来查找参数的派生类。)

It should be able to work with polynomials, sin, cos, sums, differences, products, quotients....

(它应该能够处理多项式,sin,cos,和,差,乘积,商...)

It should look something like this:

(它看起来应该像这样:)

$>deriv sin^2((x^2-3x-5)/4)

$>0.5*sin((x^2-3x-5)/4)*(2x-6)

I have no idea how to get started...Can you guys help me out?

(我不知道如何开始...你们可以帮我吗?)

Thanks

(谢谢)

  ask by Marcell Leleszi translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...