2010年10月14日木曜日

Maxima の 操作(方程式)

両辺にaを (足す・引く・掛ける・割る)

通常の式の演算と同じように、方程式でも同様に両辺に作用する。

expr + a
expr -a
expr * a
expr / a