File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ is required for the problem of interest.
3535To compute the matrix $` A_{ij} ` $, we use the reference coordinate
3636$` z ` $ to write
3737``` math
38- A_{ij} = \int^{1}_{-1} S_i(z) T_j(z) \rho(s z + c) d z,
38+ A_{ij} = \int^{1}_{-1} S_i(z) T_j(z) \rho(s z + c) s d z,
3939```
4040where $` S_i(z) ` $, $` T_i(z) ` $ may be either of $` l_i(z) ` $ or $` (1/s)d l_i(z)/d z ` $.
4141We can also compute nonlinear matrices which have the form
4242``` math
43- N_{ijk} = \int^{x_u}_{x_l} P_i(x) Q_j(x) R_k(x) \rho(x) d x = \int^{1}_{-1} S_i(z) T_j(z) U_k(z) \rho(s z + c) d z.
43+ N_{ijk} = \int^{x_u}_{x_l} P_i(x) Q_j(x) R_k(x) \rho(x) d x = \int^{1}_{-1} S_i(z) T_j(z) U_k(z) \rho(s z + c) s d z.
4444```
4545where $` R_i(x) ` $ may be either of $` \Phi(x) ` $ or $` d\Phi/dx ` $ and
4646$` U_i(z) ` $ may be either of $` l_i(z) ` $ or $` (1/s)d l_i(z)/d z ` $.
You can’t perform that action at this time.
0 commit comments