From 52124f0de78024c899e04b499edf8ddbcdc3ef89 Mon Sep 17 00:00:00 2001 From: Tyler S <13700355+dedekindcut@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:44:24 -0400 Subject: [PATCH] Fix hessian (#13) --- physica.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physica.typ b/physica.typ index 2f6e8da..0abf5d7 100644 --- a/physica.typ +++ b/physica.typ @@ -295,7 +295,7 @@ for c in range(order) { let xc = xs.at(c) row_array.push(math.frac( - $diff^#order #f$, + $diff^2 #f$, if xr == xc { $diff #xr^2$ } else { $diff #xr diff #xc$ } )) }