Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のような式がある場合、c1 / (c2*s + c3)sympy でその式をそのようなテンプレートに変換したいとC1 / (s + C2)思いC1 = c1/c2ますC2 = c3/c2。
c1 / (c2*s + c3)
C1 / (s + C2)
C1 = c1/c2
C2 = c3/c2
それを行う簡単な方法はありますか?