主题
:
[求助]参数如何带入?
查看单个帖子
2008-10-11, 09:33
#
1
docxin
初级会员
注册日期: 2008-08-30
年龄: 44
帖子: 10
声望力:
17
[求助]参数如何带入?
对于参数方程:x=ln(cos(t)),y=cos(t)-t*sin(t),求导数dy/dx在t=pi/3的值?
syms t;
x=log(cos(t));
y=cos(t)-t*sin(t);
f=diff(y,t)/diff(x,t);
这时的t=pi/3如何代入f中?
docxin
查看公开信息
发送悄悄话给 docxin
查找 docxin 发表的更多帖子