python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Collect similar terms in sympy
I'm solving the Maxwell Garnett equation with SymPy:
solveset(Eq((e-m)/(e+2*m) = n*(a-m)/(a+2*m)), m)
Is it possible to simplify the solution by grouping similar terms together like Mathematica does...
Antony Hatchkins
Votes: 0
Answers: 2
Python equivalent for Matlab's fmincon for constrained nonlinear optimization
I'm currently trying to implement a Python script for solving a constrained nonlinear optimization problem with ~1000 variables and ~700 constraints (both linear and nonlinear). There already exists a...

Bobbybobbobbo
Votes: 0
Answers: 1