Highlights
- Pro
Block or Report
Block or report shashi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
JuliaSymbolics/Symbolics.jl Public
A fast and modern CAS for a fast and modern language.
1,105 contributions in the last year
Less
More
Contribution activity
January 2022
Created 68 commits in 3 repositories
Created a pull request in JuliaSymbolics/Symbolics.jl that received 3 comments
WIP: Array optimization rules
Getting this started, let's use this PR for collecting ideas as well. Builds on #495
+16
−0
•
3
comments
Opened 10 other pull requests in 3 repositories
JuliaSymbolics/SymbolicUtils.jl
5
merged
JuliaSymbolics/Symbolics.jl
4
merged
sumiya11/Groebner.jl
1
merged
Reviewed 4 pull requests in 2 repositories
JuliaSymbolics/SymbolicUtils.jl
2 pull requests
JuliaSymbolics/Symbolics.jl
2 pull requests
Created an issue in JuliaAlgebra/DynamicPolynomials.jl that received 1 comment
Incorrect GCD
julia> using DynamicPolynomials julia> @polyvar x y (x, y) julia> gcd((-x + 1) * (y^2+1), -x+1) -xy² + y² - x + 1 Found via JuliaSymbolics/Symbolic…
1
comment