mathematica怎么求导比如求sinβ导数,其中β是时间t的函数,正确解为cosβ*β(一点),一点在β上边,这里打不出来,在mathematica里怎么表示

问题描述:

mathematica怎么求导
比如求sinβ导数,其中β是时间t的函数,正确解为cosβ*β(一点),一点在β上边,这里打不出来,在mathematica里怎么表示

求导使用
y=diff(f,x,n)

D[Sin[\[Beta][t]],t]
代码复制到软件里,shift+回车有惊喜.