Skip to content

A user-friendly tool to solve linear equations and nonlinear equations.

License

Notifications You must be signed in to change notification settings

jake484/EquationsSolver.jl

Repository files navigation

EquationsSolver

Stable Dev Build Status Build Status Coverage

EquationsSolver is a little user-friendly tool to solve linear equations and nonlinear equations.

It is based on Symbolics.jl

It can test your little problems very fast and easily.

For example,

@variables x
eqs = [
    x + 5 ~ exp(x)
]
vars = Dict(x => 2.0)
pro = NLProblem(eqs,vars)
res = solve(pro)

See docs for more information.

About

A user-friendly tool to solve linear equations and nonlinear equations.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages