Community Profile

photo

Louis Alexander


Last seen: meer dan 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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, ...

meer dan 2 jaar ago | 0

Answered
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

meer dan 2 jaar ago | 0