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!

Splitting long equations to Multiple Lines

Status
Not open for further replies.

zdas04

Mechanical
Joined
Jun 25, 2002
Messages
10,274
Location
US
It seems to me that the help function in MathCAD has gotten progressively less useful in each version. I'm using V14 and trying to split a long equaiton onto multiple lines so it will print. The cntl Enter combination will split a + or minus, but it just drops the next line down below where it already was (kind of worthless) and it only works for summation.

Is there a similar command for multiplication? I couldn't even find the "cntl Enter" key combination in the help, but I remember it from V2 and it still works.

David
 
The cntl Enter combination will split a + or minus, but it just drops the next line down below where it already was (kind of worthless)
I have Ver. 13, not 14 and it moves the next line to the left, not straight down:

Code:
a =: b + c + d + e
becomes
a =: b + c ...
     + d + e
Is this another reason not to upgrade?
 
I have version 14.0 M020 and it works just like your version 13.

chichuck
 
OK so it isn't straight down, but it is way indented (I use pretty long function names so I can tell what they mean).

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top