HOLMQUIST1 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=holmquist1(S,Q1) 02 % HOLMQUIST1 Computes moments for higher order reliability methods. 03 04 S=.5*(S+S'); 05 Q1=.5*(Q1+Q1'); 06 E=trace(Q1*S); 07
Comments or corrections to the WAFO group