Splitting long equations to Multiple Lines
Splitting long equations to Multiple Lines
(OP)
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
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
RE: Splitting long equations to Multiple Lines
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize
RE: Splitting long equations to Multiple Lines
CODE
becomes
a =: b + c ...
+ d + e
RE: Splitting long equations to Multiple Lines
chichuck
RE: Splitting long equations to Multiple Lines
David