From a02a4269df33fba8c8fe118808e0d35b7dbed83f Mon Sep 17 00:00:00 2001 From: morluto <76467478+morluto@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:13:26 +0800 Subject: [PATCH] Add Jacobian to numerical libraries (#538) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a9840e..655910c 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) - `Julia` - In-memory tabular data in Julia. - [TSFrames.jl](https://github.com/xKDR/TSFrames.jl) - `Julia` - Handle timeseries data on top of the powerful and mature DataFrames.jl. - [TimeArrays.jl](https://github.com/bhftbootcamp/TimeArrays.jl) - `Julia` - Time series handling for Julia. +- [jacobian](https://github.com/morluto/jacobian) - `Python` `MCP` - Exact computation and conjecture testing across polynomial maps, linear algebra, and graph algorithms for agent-driven mathematical research. ## Financial Instruments & Pricing