{"id":25612194,"url":"https://github.com/jake484/equationssolver.jl","last_synced_at":"2026-06-22T13:31:57.809Z","repository":{"id":42633583,"uuid":"472639501","full_name":"jake484/EquationsSolver.jl","owner":"jake484","description":"A user-friendly tool to solve linear equations and nonlinear equations.","archived":false,"fork":false,"pushed_at":"2023-02-28T01:40:02.000Z","size":944,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T21:06:25.221Z","etag":null,"topics":["equation-solver","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jake484.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-22T06:24:04.000Z","updated_at":"2022-12-15T00:10:32.000Z","dependencies_parsed_at":"2023-02-09T21:01:13.309Z","dependency_job_id":null,"html_url":"https://github.com/jake484/EquationsSolver.jl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2FEquationsSolver.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2FEquationsSolver.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2FEquationsSolver.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2FEquationsSolver.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jake484","download_url":"https://codeload.github.com/jake484/EquationsSolver.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240105465,"owners_count":19748465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["equation-solver","julia"],"created_at":"2025-02-22T00:17:51.919Z","updated_at":"2025-11-12T13:04:58.961Z","avatar_url":"https://github.com/jake484.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EquationsSolver\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jake484.github.io/EquationsSolver.jl/)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jake484.github.io/EquationsSolver.jl/)\n[![Build Status](https://ci.appveyor.com/api/projects/status/github/jake484/EquationsSolver.jl?svg=true)](https://ci.appveyor.com/project/jake484/EquationsSolver-jl)\n[![Build Status](https://api.cirrus-ci.com/github/jake484/EquationsSolver.jl.svg)](https://cirrus-ci.com/github/jake484/EquationsSolver.jl)\n[![Coverage](https://codecov.io/gh/jake484/EquationsSolver.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/jake484/EquationsSolver.jl)\n\nEquationsSolver is a little user-friendly tool to solve linear equations and nonlinear equations.\n\nIt is based on [Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl)\n\nIt can test your little problems very fast and easily.\n\nFor example,\n\n```julia\n@variables x\neqs = [\n    x + 5 ~ exp(x)\n]\nvars = Dict(x =\u003e 2.0)\npro = NLProblem(eqs,vars)\nres = solve(pro)\n```\n\nSee [docs](https://jake484.github.io/EquationsSolver.jl/) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjake484%2Fequationssolver.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjake484%2Fequationssolver.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjake484%2Fequationssolver.jl/lists"}