Top "Equation-solving" questions

Find positive solutions to underdetermined linear system of equations

I'm a bit new to matlab so sorry if this is horribly simple. Consider a problem of the following: Find …

matlab mathematical-optimization equation-solving
Solving a system of nonlinear equations in R

Suppose I have the following system of equations: a * b = 5 sqrt(a * b^2) = 10 How can I solve these equations for …

r equation-solving
Solving linear equations w. three variables using numpy

I'm currently in need of a class, which must be able to display and solve an equation system like this …

python python-3.x numpy linear-algebra equation-solving
SymPy - Arbitrary number of Symbols

I am coding a function that solves an arbitrary number of simultaneous equations. The number of equations is set by …

python symbols sympy equation-solving
Is it possible to solve an algebraic equation in R?

I want to find the solution of: -x^3+6*x^2+51*x+44=0 but with R. Is it possible? I found the package …

r algebra equation-solving
Solving a modular equation (Python)

I have what seems to be an easy problem to solve in Python, but as I am new to python …

python modulus equation-solving