Skip to content

Commit b3f60c1

Browse files
committed
docs: update solve_for to symbolic_linear_solve
1 parent 23f1694 commit b3f60c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/perturbation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function solve_coef(eqs, ps)
2626

2727
for i in 1:length(ps)
2828
eq = substitute(eqs[i], vals)
29-
vals[ps[i]] = Symbolics.solve_for(eq ~ 0, ps[i])
29+
vals[ps[i]] = Symbolics.symbolic_linear_solve(eq ~ 0, ps[i])
3030
end
3131
vals
3232
end

0 commit comments

Comments
 (0)