SymPy : Adding conditions to symbols in the beginning

后端 未结 0 742
臣服心动
臣服心动 2020-12-06 12:10

I am new to SymPy. These are my definitions of symbols :

n = symbols(\'n\', integer=True, positive=True)
rho = symbols(\'rho\', integer=True)
c = IndexedBase(         


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