We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow_algebraic
1 parent e7a6245 commit 8ce87eaCopy full SHA for 8ce87ea
test/nonlinearsystem.jl
@@ -300,8 +300,7 @@ sys = structural_simplify(ns; conservative = true)
300
ps = [σ => 10.0, ρ => 26.0, β => 8 / 3]
301
@mtkbuild ns = NonlinearSystem(eqs)
302
303
- @test isequal(calculate_jacobian(ns), [(-1 - z + ρ)*σ -x*σ
304
- 2x*(-z + ρ) -β-(x^2)])
+ @test isequal(calculate_jacobian(ns), [2x])
305
# solve without analytical jacobian
306
prob = NonlinearProblem(ns, guesses, ps)
307
sol = solve(prob, NewtonRaphson())
0 commit comments