Skip to content

Commit 96d8dd2

Browse files
authored
Fix typo in inverse function notation (#30)
as w = f^{-1}(\omega)
1 parent 3f38f1c commit 96d8dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lectures/implicit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Assume
7676
7777
Then
7878
* ``f`` is bijective from a neighborhood of ``w_0`` to a neighborhood of ``f(w_0)``
79-
* For ``\omega`` in a neighborhood of ``f(w_0)``, ``f^{-1}`` is ``C^2`` and ``\partial f^{-1}(\omega) = (\partial f(f^{-1}(w)))^{-1}``
79+
* For ``\omega`` in a neighborhood of ``f(w_0)``, ``f^{-1}`` is ``C^2`` and ``\partial f^{-1}(\omega) = (\partial f(f^{-1}(\omega)))^{-1}``
8080
"""
8181

8282
# ╔═╡ 0b091706-da13-41f8-9852-4fa685a0fa95

0 commit comments

Comments
 (0)