SymPy : Factorisation of a simple expression “a1*a2+a1*a3+a1*a4+a4*a2”

后端 未结 0 386
说谎
说谎 2020-12-13 03:45

I want to factorize/simply this expression f = "a1a2+a1a3+a1a4+a4a2" to a1*(a2+a3)+a4*(a1+a2) for example (minimize number of operators).

相关标签:
回答
  • 消灭零回复
提交回复
热议问题