Skip to content

Commit

Permalink
Fix hessian (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedekindcut committed Oct 25, 2023
1 parent 7d174d8 commit 52124f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physica.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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$ }
))
}
Expand Down

0 comments on commit 52124f0

Please sign in to comment.