AI Agent Hub
Back to plugins
🤖

dsh-math-suite

Model Inference Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install hatter123/dsh-math-suite

Paste the following prompt into your AI chat to install this plugin:

Run the following command in the DeepSeek Harness terminal to install this aggregate math bundle (source: https://github.com/hatter123/dsh-math-suite): dsh plugin install hatter123/dsh-math-suite

About this plugin

In DeepSeek Harness math-inference workflows, different tasks demand quite different engines—numeric evaluation, symbolic integration, and differential-geometry tensor computations each require a dedicated tool. dsh-math-suite bundles all three into a single aggregate package, so one install gives you Math.js numeric operations, Wolfram Mathematica symbolic solving, and SymPy differential geometry side by side, eliminating the back-and-forth of hunting down and configuring individual plugins.

The capability span is wide: everyday arithmetic, expression simplification, and symbolic differentiation on one end; integrals, equation solving, limits, series, and special functions in the middle; and on the heavier side, exterior derivatives, wedge products, Lie derivatives, covariant derivatives, plus Christoffel, Riemann, and Ricci tensor calculations. If a host machine is missing the Wolfram or SymPy backend, the affected tool degrades gracefully with a clear error message, while the pure-JS dsh-math component remains fully functional.

If you regularly ask a model to do math—whether it is coursework assistance, field-theory tensor algebra, or numerical verification—this bundle is a low-friction starting point: install once, and three engines are ready to call on.

Use Cases

  • Numeric evaluation, expression simplification, and symbolic differentiation
  • Wolfram back-end for integrals, equation solving, limits, and series
  • Exterior derivatives, wedge products, Lie derivatives, and curvature tensors

Best For

  • DeepSeek Harness users who need multiple math engines at once
  • Researchers working on differential geometry or field theory
  • Developers who want a single install to cover everyday math reasoning