Feeds
提问
O(h ^ 2 ) and O(^4) derivative method in order to calculate Youngs Modulus
try to calculate from the slope of these points by using O(h ^ 2 ) and O(^4) derivative method to calculate youngs modulus....
5 years 前 | 1 个回答 | 0
1
个回答提问
matlab Fit the third polynominal
this is my code n=3; A=zeros(n+1,n+1); B= zeros (n+1,1); a=zeros (n+1,1); for row=1 :n+1 for col=1 :n+1 ...
5 years 前 | 2 个回答 | 0
