Feeds
提问
Using loop to solve a summation
Is this correct m=0 for m=0:1200 x=sum(1/factorial(m)) end
7 years 前 | 2 个回答 | 0
2
个回答提问
solving a function with two variables
How do i do this? When hmax =0, v=@(D,H)(sqrt((H*(-9.81))+((-9.81)*sqrt(H^2+D^2)))) Write a function of ?? using @ method whi...
7 years 前 | 0 个回答 | 0