Skip to content

Commit a993163

Browse files
committed
Add missing s factor in docs.
1 parent 20c8d07 commit a993163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ is required for the problem of interest.
3535
To 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
```
4040
where $`S_i(z)`$, $`T_i(z)`$ may be either of $`l_i(z)`$ or $`(1/s)d l_i(z)/d z`$.
4141
We 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
```
4545
where $`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`$.

0 commit comments

Comments
 (0)