フィルターのクリア

Can you get one side of an equation and store it in a variable?

2 ビュー (過去 30 日間)
Billy
Billy 2011 年 6 月 3 日
Say I have an equation object in Mupad:
eq1 := x + y = 0
Now say after some manipulation I want to drop RHS, and just save the LS in a variable like..
f := left( eq1 )
  2 件のコメント
Sean de Wolski
Sean de Wolski 2011 年 6 月 3 日
That is Mathcad syntax. Are you using Mathcad?
Billy
Billy 2011 年 6 月 3 日
Sorry, using MuPad

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2011 年 6 月 3 日
Within MuPad,
lhs(eq1)
and
rhs(eq1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumeric Solvers についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by