We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07cf19 commit a320f22Copy full SHA for a320f22
README.md
@@ -9,7 +9,7 @@
9
# Overview
10
11
The solvers in `linsolve` include `LinearSolver`, `LogProductSolver`, and `LinProductSolver`.
12
-`LinearSolver` solves linear equations of the form `'a*x + b*y + c*z'`.
+`LinearSolver` solves linear equations of the form `'a*x + b*y + c*z + d'`.
13
`LogProductSolver` uses logrithms to linearize equations of the form `'x*y*z'`.
14
`LinProductSolver` uses symbolic Taylor expansion to linearize equations of the
15
form `'x*y + y*z'`.
0 commit comments