Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

to change variable by its value

Status
Not open for further replies.

canaryi

Electrical
Joined
May 28, 2006
Messages
1
Location
ES
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




 
Use the symbolic menu "explicit" command

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
 
pstuckey,

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
 
You found a reason to upgrade to Ver. 13. Explicit is a new feature.
 
EXPLICIT is a new function introduced in v12

TTFN



 
Yes Explicit is a new function. One caution about upgrading though, the transition from MC11 to MC12 was pretty bumpy and many, many worksheets and techniques that worked in MC11 no longer work in MC12/13. And if you do decide to upgrade go to MC13, don't bother with MC12.

Peter
 
Agreed, v12 is a BAD puppy!!

TTFN



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top