Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@quenty/linearsystemssolver

Quenty253MIT2.3.0

Solves linear systems

Roblox, Nevermore, Lua

readme

LinearSystemsSolver

Solves linear systems in this format:

Installation

npm install @quenty/linearsystemssolver --save
[a  b | y]
[c  d | z]

mutSystem = {
    {a, b},
    {c, d},
}

mutOutput = {y, z}

returns solution {x0, x1}

Notes

system and output get destroyed in the process

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.0 (2025-05-10)

Note: Version bump only for package @quenty/linearsystemssolver

2.2.0 (2024-05-09)

Bug Fixes

  • Fix .package-lock.json replicating in packages (75d0efe)

2.1.0 (2022-03-27)

Note: Version bump only for package @quenty/linearsystemssolver

2.0.1 (2021-12-30)

Note: Version bump only for package @quenty/linearsystemssolver

2.0.0 (2021-09-05)

Bug Fixes

  • Remove peer dependencies. This is because lerna doesn't really support peer dependencies being linked and getting a new version on build, which is unfortunate. (5f5aeee)

1.2.0 (2021-07-31)

Bug Fixes

  • Add CI and CD (47513e9)
  • Adjust CI badge to show automatic build and release state (5a55d3f)
  • Fix selene linting (45fc074)

1.0.2 (2021-07-25)

1.0.1 (2021-07-25)

1.0.0 (2021-07-24)