Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
To Whom it may concern:
1. Hello everyone, i already know about the CTRL + Enter command but only breaks addition operator in the next line. How about negative, multiplication or division? Its been hard to explain to our customer about the limitation of this function as this is very helpful to them in terms of documentation. They're using Mathcad15 and Prime 2.
2. What is the maximum column/width a MathCAD matrix can handle? Can it handle more then 100?
Thank You,
Rizford
1. One way:
a:=(1...)-(...)*(3...)...
a1:=(1...)
a2:=(2...)
...
a:=a1-a2...
2. We can.
I hope somebody with better English or Spanish tell you about it.
What Mathcad do you use?
Hi Sir Valery, thank you for the response. They are using MathCAD 15. Is the procedure you mentioned in #1 also applicable in PRIME 2?
How about if the long equation only has multiplication and division operators, how can we perform this?
Rizford dela Cruz wrote:
How about if the long equation only has multiplication and division operators, how can we perform this?
Are you looking for something like this?
Alan
Thank you for the response, i guess there is no other way but to substitute it to a variable.
Thank you very much.