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.
如何将 Maxima 中的方程拆分为单独的项?例如,我希望将方程 eq1:F=a*b+c*d+g;拆分为F、a*b、c*d、g。理想情况下,单独的术语应包含在列表中。
eq1:F=a*b+c*d+g;
F
a*b
c*d
g