Skip to content

Commit a55698d

Browse files
authored
Fix typo of IFT, Implicit function theorem and not Inverse (#23)
1 parent 1c3f028 commit a55698d

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
@@ -385,7 +385,7 @@ The formula for ``\partial f^{-1}(\omega)`` is a direct consequence of the chain
385385
""")
386386

387387
# ╔═╡ 0fc99cae-bfe4-4517-a578-453cab15d977
388-
circle_qa = qa(md"Does that contradict the Inverse Function Theorem (IFT) ?", md"""
388+
circle_qa = qa(md"Does that contradict the Implicit Function Theorem (IFT) ?", md"""
389389
Let ``F(y, x) = x^2 + y^2 - 1``.
390390
Given an initial point ``(x_0, y_0)`` with ``x_0^2 + y_0^2 = 1``,
391391
* if ``y_0 > 0`` then IFT holds and ``y^\star(x) = y^+(x)``,

0 commit comments

Comments
 (0)