dsh-math-suite
开发工具 活跃维护

dsh-math-suite

hatter123/dsh-math-suite

整合多类常用数学计算工具,覆盖基础运算、方程求解、统计分析等常见数学需求,开箱即用无需复杂配置,可快速满足学习、科研场景下的各类数学计算任务。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
2 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:hatter123/dsh-math-suite
git clone https://github.com/hatter123/dsh-math-suite.git
git clone git@github.com:hatter123/dsh-math-suite.git
README.md main

dsh-math-suite

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

Plugin Tool Backend Does
dsh-math math mathjs numeric evaluation, simplification, symbolic differentiation
dsh-wolfram wolfram Wolfram Mathematica integrals, equation solving, limits, series, special functions
dsh-diffgeom diffgeom SymPy.diffgeom manifold/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