photo

Louis Alexander


Last seen: 3年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Create a Matrix from defined variables
this code is right. c1=440 c2=250 r1= 50 r2=25 C=[c1*r1^2, c1*r1*r2, 0; c1*r2*r1, c2+c1*c2^2, -c2; 0, ...

3年弱 前 | 0

回答済み
How to calculate the area of specific path under the curve?
if your curve can be expressed as a function, you can choose integral、integral2 or integral3

3年弱 前 | 0