Taniya
Followers: 0 Following: 0
Feeds
질문
how i save final Newton Raphson iteration value to use in another equation
c = (1/n*sum(x^k))^(1/k), this k value is the final iteration value get from previous calculation. now how i save it to use in m...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
try to find hessian matrix
f(k) = n*ln(k)-n*ln(1/n*sum(i=1 to n)xi^k+(k-1)sum of (1to n)ln(xi))-n
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
Hi all, can anyone please help to create code for the condition bellow
x = 10:20:200 y = 0.1:0.08:1 [X,Y] = meshgrid(x,y) I = eye(13,10) Z = 8.1.*0.7.*X when, X <= 60 else Z =8.1.*42.*I ,X>60 ...
1년 초과 전 | 답변 수: 1 | 0