>
数学
>
matlab 参数方程x=1-t^2,y=t-t^3,画出图形,求导数d^2y/dx^2,并求所示点点二阶导数 t=√2 /2
求代码
人气:406 ℃ 时间:2020-03-26 22:19:29
解答
syms t
x=1-t^2;y=t-t^3;
dy=diff(y)/diff(x);
dyy=diff(dy)/diff(x);
dyy=simplify(dyy) % d^2y/dx^2
ezplot(x,y,[-1.5 1.5])
subs(dyy,sym(sqrt(2)/2)) %t=√2 /2处,二阶导数值
推荐
用Matlab 求参数方程 x=ln(根号下(1+t^2));y=arctan(t) 所确定的函数的一阶导数和二阶导数
matlab中怎么用diff求导啊……要求y=多少多少的导数的图像……求解答啊……
y的二阶导数为什么可以写成d^2y/dx^2?写成d^2y/d^2x不行吗?
有关matlab问题.用for循环完成各阶导数求导怎么编写,譬如sinx的16阶导数
为什么二阶导数要这么记d^2y/dx^2
三角形的周长公式
Why don't you go swimming in the river?变同意句How about _swimming in the river?
出淤泥而不染,濯清涟而不妖?还是出淤泥而不染,濯清莲而不妖?
猜你喜欢
帮我算一下这个鱼缸多少公升水?
it's a top secret.yes,i see.i will keer the secret _ you and me.A with BaroundCamong D between
arctan2=?,sin(arctan2)=?
求证4个连续奇数中,中间两个数的积比前后两个的积大8
I will leave Shanghai at 2.00 p.m.tomorrow.I will go to Tokyo.(保持句意不变)
鸡蛋为什么在水中沉底而在盐水中悬浮
各国的祝福语如何说,类似英语的“good luck",中文的“平安”,急用,
5x=1.5先计算在验算
© 2024 79432.Com All Rights Reserved.
电脑版
|
手机版