hatter123/dsh-math-suite1

dsh-math-suite

聚合 DSH 插件包:一次性安装 math (mathjs)、wolfram (Mathematica) 和 diffgeom (SymPy 微分几何) 三个数学插件。

AI 分析

核心用途是一键部署完整的数学与符号计算工具链。适合需要进行高强度科学计算、公式推导和流形几何分析的重度学术用户。部分工具需要本地安装相应的 Python 库或 Mathematica。

套件
dsh-math-suite
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hatter123/dsh-math-suite

dsh-math-suite

An aggregate DeepSeek Harness bundle that installs three math plugins at once:

PluginToolBackendDoes
dsh-mathmathmathjsnumeric evaluation, simplification, symbolic differentiation
dsh-wolframwolframWolfram Mathematicaintegrals, equation solving, limits, series, special functions
dsh-diffgeomdiffgeomSymPy.diffgeommanifold/coordinate/tensor math: exterior derivative d, wedge , Lie derivative, covariant derivative, Christoffel/Riemann/Ricci

Install one bundle and all three tools become available.

Install

dsh plugin --profile web add dsh-math-suite

Prerequisites

  • dsh-math — none (pure JS).
  • dsh-wolframWolfram Engine or Mathematica providing wolframscript.
  • dsh-diffgeom — Python 3 with SymPy: python -m pip install sympy.

Missing prerequisites degrade gracefully per tool: dsh-math always works, while dsh-wolfram / dsh-diffgeom return an Error: message if their backend is absent.

License

MIT