필터 지우기
필터 지우기

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 CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by