1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

An elliptic curve is not a function because it fails the vertical line test: If a vertical line intersects the curve more than once on an xy-plane, then the curve has more than one value of y for one value of x, and it doesn't represent a function.

This commit is contained in:
LiuYusuf 2024-08-26 00:14:30 +08:00
parent 6d1c26e164
commit 04c195e5e9
2 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,7 @@ image::images/mbc3_0402.png["ecc-curve"]
Bitcoin uses a specific elliptic curve and set of mathematical
constants, as defined in a standard called +secp256k1+, established by
the National Institute of Standards and Technology (NIST). The
+secp256k1+ curve is defined by the following function, which produces
+secp256k1+ curve is defined by the following equation, which produces
an elliptic curve:
[latexmath]

View File

@ -189,6 +189,7 @@
<li>yurigeorgiev4</li>
<li>Zheng Jia (zhengjia)</li>
<li>Zhou Liang (zhouguoguo)</li>
<li>Suyang Liu (LiuYusuf)</li>
</ul>
++++