Skip to content

Commit

Permalink
fix bold error
Browse files Browse the repository at this point in the history
  • Loading branch information
OYMiss committed May 21, 2024
1 parent 6e9118f commit 8872ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/math/svd-pca.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $$
w_{(1)} = \arg \max \left\{ \frac{w^TX^TXw}{w^Tw} \right\}
$$

**瑞利商(Rayleigh quotient)**的定义是:
**瑞利商(Rayleigh quotient)** 的定义是:

$$
R(M, x) = \frac{x^*Mx} {x^*x}
Expand Down

0 comments on commit 8872ffd

Please sign in to comment.