Skip to content

Commit a320f22

Browse files
committed
Update README
1 parent a07cf19 commit a320f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Overview
1010

1111
The solvers in `linsolve` include `LinearSolver`, `LogProductSolver`, and `LinProductSolver`.
12-
`LinearSolver` solves linear equations of the form `'a*x + b*y + c*z'`.
12+
`LinearSolver` solves linear equations of the form `'a*x + b*y + c*z + d'`.
1313
`LogProductSolver` uses logrithms to linearize equations of the form `'x*y*z'`.
1414
`LinProductSolver` uses symbolic Taylor expansion to linearize equations of the
1515
form `'x*y + y*z'`.

0 commit comments

Comments
 (0)