Skip to content

Commit

Permalink
Update Cylindrical_Coordinates.md - wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Mar 14, 2024
1 parent e3bd6ee commit ebb3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/Python_Tutorials/Cylindrical_Coordinates.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ print(scatt_power_m)

The resulting `scatt_power_m` array is a table where each row `scatt_power_m[j,:]` corresponds to one angle, and
the columns `scatt_power_m[j,M]` is the sum of power contributions for `|m| ≤ M`. For `M` sufficiently large,
these sums become the same, because the scattering from a sphere is angle independent. For `M=5` are slight (≈2%)
these sums approach the same value, because the scattering from a sphere is angle independent. For `M=5` there are slight (≈2%)
discrepancies between angles due to primarily discretization errors (doubling the resolution more than halves this
error).

Expand Down

0 comments on commit ebb3e74

Please sign in to comment.