Skip to content

Commit 45cda4e

Browse files
committed
Updated post
Syntax change for LaTex.
1 parent d58a1fb commit 45cda4e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>Add a Comment</h3>
3131
<form id="comment-form">
3232
<input type="text" id="comment-author" placeholder="Your name (default: Anonymous)" />
3333
<textarea id="comment-text" required placeholder="Write your comment..."></textarea>
34-
<button type="submit">Post Comment</button>s
34+
<button type="submit">Post Comment</button>
3535
</form>
3636
</section>
3737

posts/entries/random.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ While reading the Wikipedia article about metric spaces just now, it was talking
1111
These are not really on the topic, what I want to say today is about the essential part of a linear transformation, and I figured out the proof and purpose just after looking over it in terms of domains and codomains. What I understand here is that
1212

1313
$$
14-
A x = A({\proj}_{\ran A^{*}} x + ( x - {\proj}_{ \ran A^{*}} x ) ) = A {\proj}_{ \ran A^{*}} x
14+
A x = A(\proj{\ran A^{*}}x + ( x - \proj{\ran A^{*}}x ) ) = A \proj{\ran A^{*}} x
1515
$$
1616

1717
just like doing an orthogonal decomposition on $x$, that
1818

1919
$$
20-
x - {\proj}_{ \ran A^{*}} x \in ( \ran A^{*})^{\perp} = \ker A
20+
x - \proj{\ran A^{*}}x \in (\ran A^{*})^{\perp} = \ker A
2121
$$
2222

2323
so that
2424

2525
$$
26-
A(x - \proj_{ \ran A^{*}} x ) = 0
26+
A(x - \proj{\ran A^{*}}x) = 0
2727
$$
2828

2929
thus it restricts the vectors in the transformation by removing the ones in $\ker A$, and changing $A$ to $\tilde{A}$ just further restricts the domain because now there's only input from $\ran A^*$.

0 commit comments

Comments
 (0)