Community Profile

photo

Louis Alexander


Last seen: más de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 2 años hace | 0

Respondida
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

más de 2 años hace | 0