photo

rapalli adarsh


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
To take the partial derivative of a function using matlab
syms c(x,y); c(x,y)=input('enter cost Rs=\n'); cx=diff(c,x); cy=diff(c,y); s1=double(cx(80,20)); s2=double(cy(80,20)); if ...

6 years 前 | 1