to change variable by its value
to change variable by its value
(OP)
Hello!
How can I change variable by its value??
Thanks!!
Example:
U:=230 V
I:=25 Amp
When I write: P:= U * I I would like to see: P:= 230 * 25
How can I change variable by its value??
Thanks!!
Example:
U:=230 V
I:=25 Amp
When I write: P:= U * I I would like to see: P:= 230 * 25
RE: to change variable by its value
P:=U*I explicit,U,I >
will display as:
P:=U*I explicit,U,I > 230 V * 25 A
various other display options are available by right-clicking the expression.
Peter
RE: to change variable by its value
I have Mathcad Ver. 11.2a and on the symbolic menu, I don't have an explicit command. What version do you use?
Is that technique available in ver. 11.2a in some other form?
regards,
chichuck
RE: to change variable by its value
RE: to change variable by its value
TTFN
RE: to change variable by its value
Peter
RE: to change variable by its value
TTFN