MultivariatePolynomials.jl

Multivariate polynomials interface (by JuliaAlgebra)

MultivariatePolynomials.jl Alternatives

Similar projects and alternatives to MultivariatePolynomials.jl based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better MultivariatePolynomials.jl alternative or higher similarity.

MultivariatePolynomials.jl reviews and mentions

Posts with mentions or reviews of MultivariatePolynomials.jl. We have used some of these posts to build our list of alternatives and similar projects.
  • Solving for complex determinants for dynamic equations, is there an AbstractAlgebra way of doing it?
    1 project | /r/Julia | 19 Sep 2022
    using Polynomials # stolen from https://github.com/JuliaAlgebra/MultivariatePolynomials.jl/issues/58#issuecomment-398360022 function laplace_det(M) m = size(M)[1] if m > 2 return sum((-1)^(i-1) * M[i,1] * laplace_det(M[1:end .!= i, 2:end]) for i in 1:m) else return M[1,1] * M[2,2] - M[2,1] * M[1,2] end end function compute_roots(F, Fdot) w = Polynomial([0, 1], :w) return roots(laplace_det(w^2 .* one(F) + (im*w) .* Fdot + F)) end

Stats

Basic MultivariatePolynomials.jl repo stats
1
132
6.7
4 days ago

JuliaAlgebra/MultivariatePolynomials.jl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of MultivariatePolynomials.jl is Julia.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com