Muqsit/arithmexp

Add support for Solver Equations

开放

#12 创建于 2022年10月19日

 (0 条评论) (1 个反应) (0 位负责人)PHP (2 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (26 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Supports solving equations like:

  • Simul Equation
    • 2 Unknowns
    • 3 Unknowns
    • 4 Unknowns
    • n Unknowns
  • Polynomial
    • $ax^2 + bx + c$
    • $ax^3 + bx^2 + cx + d$
    • $ax^4 + bx^3 + cx^2 + dx + e$
    • $a_n x^n + a_{n-1}x + a_{n-2}x^{n-2} + \dots + a_1x^1 + a_0$
  • Equation (Find values of variable)

Maybe this feature is not suitable for your library but it would be nice if it was added. I found a similar library for this feature but it seems to be no longer maintained. https://github.com/Samshal/Equation-Solver

贡献者指南