HOLMQUIST2 Computes moments for higher order reliability methods.
Sum of diagonal elements. |
Computes moments for higher order reliability methods. | |
Computes moments for higher order reliability methods. | |
Gives first two terms in an asymptotic expansion of the |
01 function E=holmquist2(S,Q1,Q2) 02 % HOLMQUIST2 Computes moments for higher order reliability methods. 03 04 S=.5*(S+S'); 05 Q1=.5*(Q1+Q1'); 06 Q2=.5*(Q2+Q2'); 07 E=2*trace(Q1*S*Q2*S)+trace(Q1*S)*trace(Q2*S); 08
Comments or corrections to the WAFO group