{"id":17649059,"url":"https://github.com/ryanstull/groovyalgebra","last_synced_at":"2025-03-30T08:42:25.986Z","repository":{"id":24537629,"uuid":"27944091","full_name":"ryanstull/GroovyAlgebra","owner":"ryanstull","description":"A simple computer algebra system, implemented in groovy","archived":false,"fork":false,"pushed_at":"2015-06-13T07:04:21.000Z","size":232,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-05T10:50:05.277Z","etag":null,"topics":["algebra","computer-algebra","groovy","symbolic-algebra","symbolic-computation","symbolic-math"],"latest_commit_sha":null,"homepage":"","language":"Groovy","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/ryanstull.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":"2014-12-13T00:41:52.000Z","updated_at":"2022-05-06T19:19:05.000Z","dependencies_parsed_at":"2022-08-22T16:40:48.970Z","dependency_job_id":null,"html_url":"https://github.com/ryanstull/GroovyAlgebra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanstull%2FGroovyAlgebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanstull%2FGroovyAlgebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanstull%2FGroovyAlgebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanstull%2FGroovyAlgebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanstull","download_url":"https://codeload.github.com/ryanstull/GroovyAlgebra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246296583,"owners_count":20754632,"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":["algebra","computer-algebra","groovy","symbolic-algebra","symbolic-computation","symbolic-math"],"created_at":"2024-10-23T11:23:48.623Z","updated_at":"2025-03-30T08:42:25.962Z","avatar_url":"https://github.com/ryanstull.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"Groovy Algebra\n================\n\nA simple computer algebra system, implemented in groovy\n\nYou can construct different algebraic formula like so\n\n```\nimport groovyAlg.*\nimport groovyAlg.parser.*\n\ndef x = Parser.parse(\"(4*x+1)^2+2*cos(x)\")\n```\n\nAfter which you can evaluate the expression by\n\n```\nassert x.evaluate(0) == 3\n```\nor differentiate it!\n\n```\ndef x2 = x.derivative()\n```\n\nAlso expressions are automatically simplified\n\n```\ndef x3 = Parser.parse(\"2*x*3*x^3\")\nassert x3.ToString() == \"6x^4\"\n```\n\nThat's all for now!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanstull%2Fgroovyalgebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanstull%2Fgroovyalgebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanstull%2Fgroovyalgebra/lists"}