Skip to content

Commit

Permalink
Merge pull request #250 from carpentries-incubator/FixLaTeXInequality
Browse files Browse the repository at this point in the history
BUG: Remove spare backslash in LaTeX inequality sign
  • Loading branch information
jhlegarreta authored Feb 18, 2024
2 parents 897bb6b + 92a6e4e commit bdee382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/diffusion_tensor_imaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tensors are represented by ellipsoids characterized by calculated eigenvalues
($\lambda_{1}, \lambda_{2}, \lambda_{3}$) and
($\epsilon_{1}, \epsilon_{2}, \epsilon_{3}$) eigenvectors from the previously
described matrix. The computed eigenvalues and eigenvectors are normally
sorted in descending magnitude (i.e. $\lambda_{1} \\geq \lambda_{2}$).
sorted in descending magnitude (i.e. $\lambda_{1} \geq \lambda_{2}$).
Eigenvalues are always strictly positive in the context of dMRI and are
measured in $mm^2/s$. In the DTI model, the largest eigenvalue gives the
principal direction of the diffusion tensor, and the other two eigenvectors
Expand Down

0 comments on commit bdee382

Please sign in to comment.