Skip to content

Commit

Permalink
"to" --> "too" (thanks, Sangbin!)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkrohn committed Apr 10, 2021
1 parent 60b1217 commit 8157125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/2-linear-algebra-ii.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"colab": {
"name": "2-linear-algebra-ii.ipynb",
"provenance": [],
"toc_visible": true,
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -5811,7 +5812,7 @@
"id": "ApybkCdLj3Y-"
},
"source": [
"As eigenvalues are arranged in descending order in diag($\\lambda$) so to are singular values, by convention, arranged in descending order in $D$ (or, in this code, diag($\\sigma$)). Thus, the first left-singular vector of $U$ and first right-singular vector of $V$ may represent the most prominent feature of the image: "
"As eigenvalues are arranged in descending order in diag($\\lambda$) so too are singular values, by convention, arranged in descending order in $D$ (or, in this code, diag($\\sigma$)). Thus, the first left-singular vector of $U$ and first right-singular vector of $V$ may represent the most prominent feature of the image: "
]
},
{
Expand Down

0 comments on commit 8157125

Please sign in to comment.