powered by
Is a multivariate polynomial constant or zero?
is.constant(a, allow.untrimmed = TRUE) is.zero(a, allow.untrimmed = TRUE)
A multipol
Boolean with default TRUE meaning to allow a multipol to be zero/constant even if one or more array extents exceed 2
TRUE
Robin K. S. Hankin
constant
is.zero(linear(c(1,1i))*linear(c(1,-1i)) - ones(2,2)) # factorize x^2+y^2
Run the code above in your browser using DataLab