TYEclipse/dsh-linalg0

dsh-linalg

DeepSeek Harness (dsh) 的线性代数工具箱:支持矩阵乘法、行列式、逆矩阵、迹、转置、行阶梯形(RREF)、线性方程组求解及向量操作,零运行时依赖。

AI 分析

核心用途是提供矩阵和向量的线性代数运算。适合需要在 DSH 中进行确定性数学计算、矩阵分析或求解线性方程组的科研与工程计算任务。

包名
dsh-linalg
版本
0.1.0
许可证
MIT
最近更新
2026年9月7日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TYEclipse/dsh-linalg

Configuration

- name: 'github:TYEclipse/dsh-linalg'
  config:
    maxDimension: 20   # max rows/columns (1–50)
    roundPlaces: 10    # decimals in every output number (1–15)