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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
