photo

Louis Alexander


Last seen: 2년 초과 전 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, ...

2년 초과 전 | 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

2년 초과 전 | 0