如何使用软件wolfram mathematica中的Manipulate画切线Use Manipulate command to plot tangent lines of the f(x) = [xcos(x)+xsin(x)]/(x+1) on interval [-10,10] 这是具体问题

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/06 02:27:06
如何使用软件wolfram mathematica中的Manipulate画切线Use Manipulate command to plot tangent lines of the f(x) = [xcos(x)+xsin(x)]/(x+1) on interval [-10,10] 这是具体问题

如何使用软件wolfram mathematica中的Manipulate画切线Use Manipulate command to plot tangent lines of the f(x) = [xcos(x)+xsin(x)]/(x+1) on interval [-10,10] 这是具体问题
如何使用软件wolfram mathematica中的Manipulate画切线
Use Manipulate command to plot tangent lines of the f(x) = [xcos(x)+xsin(x)]/(x+1) on interval [-10,10] 这是具体问题

如何使用软件wolfram mathematica中的Manipulate画切线Use Manipulate command to plot tangent lines of the f(x) = [xcos(x)+xsin(x)]/(x+1) on interval [-10,10] 这是具体问题
f[x_] := ( x Cos[x] + x Sin[x])/(x + 1);
Manipulate[
Plot[ { f[x],( D[ f[t],t] /.t -> x0) ( x - x0) + f[x0]},{x,-10,
10},PlotRange -> { -5,5},
AspectRatio -> 1/GoldenRatio],{x0,-10,10}]
Is this right?

这个我可以做的,http://hi.baidu.com/ggggwhw/blog/item/1ed2d35d5130b95efaf2c07b.html
两天不能上网,有事电话联系.