Numerical Equation
Numerical Equation
(OP)
This is a very simple example to easily define my Mathcad question.
I have:
x:=2
y:=5
x+y=7
Is it possible to have:
x:=2
y:=5
x+y=2+5=7
Any help is appreciated.
I have:
x:=2
y:=5
x+y=7
Is it possible to have:
x:=2
y:=5
x+y=2+5=7
Any help is appreciated.
RE: Numerical Equation
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Numerical Equation
x:=5 y:=2
x+y explicit,x,y-->5+2-->7