{"id":16730524,"url":"https://github.com/c42f/simplesymbolic.jl","last_synced_at":"2026-01-31T21:05:28.306Z","repository":{"id":145912134,"uuid":"96767499","full_name":"c42f/SimpleSymbolic.jl","owner":"c42f","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-10T10:58:14.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-19T19:53:07.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c42f.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-10T10:57:39.000Z","updated_at":"2017-07-18T01:07:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7e1f3c8-b54a-47fd-ad0d-957917361246","html_url":"https://github.com/c42f/SimpleSymbolic.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c42f/SimpleSymbolic.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c42f%2FSimpleSymbolic.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c42f%2FSimpleSymbolic.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c42f%2FSimpleSymbolic.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c42f%2FSimpleSymbolic.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c42f","download_url":"https://codeload.github.com/c42f/SimpleSymbolic.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c42f%2FSimpleSymbolic.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28955274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-12T23:33:48.625Z","updated_at":"2026-01-31T21:05:28.291Z","avatar_url":"https://github.com/c42f.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleSymbolic\n\nA tiny package for symbolic manipulation of julia expressions, aimed at code\ngeneration tasks.  Example:\n\n```julia\njulia\u003e using SimpleSymbolic\n\njulia\u003e m = [S(:(m[$i,$j])) for i=1:3, j=1:3]\n3×3 Array{SimpleSymbolic.S,2}:\n S(m[1, 1])  S(m[1, 2])  S(m[1, 3])\n S(m[2, 1])  S(m[2, 2])  S(m[2, 3])\n S(m[3, 1])  S(m[3, 2])  S(m[3, 3])\n\njulia\u003e v = [S(:(v[$i])) for i=1:3]\n3-element Array{SimpleSymbolic.S,1}:\n S(v[1])\n S(v[2])\n S(v[3])\n\njulia\u003e m*v\n3-element Array{SimpleSymbolic.S,1}:\n S((m[1, 1] * v[1] + m[1, 2] * v[2]) + m[1, 3] * v[3])\n S((m[2, 1] * v[1] + m[2, 2] * v[2]) + m[2, 3] * v[3])\n S((m[3, 1] * v[1] + m[3, 2] * v[2]) + m[3, 3] * v[3])\n\njulia\u003e LowerTriangular(m)*v\n3-element Array{SimpleSymbolic.S,1}:\n                                     S(m[1, 1] * v[1])\n                    S(m[2, 2] * v[2] + m[2, 1] * v[1])\n S((m[3, 3] * v[3] + m[3, 1] * v[1]) + m[3, 2] * v[2])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc42f%2Fsimplesymbolic.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc42f%2Fsimplesymbolic.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc42f%2Fsimplesymbolic.jl/lists"}