Skip to main content
1-Visitor
April 18, 2016
Question

solve block issue solving force moment equations

  • April 18, 2016
  • 3 replies
  • 5704 views

Currently can solve a set of equations with the solve block. This works now only because I manualy copy the summation outcome(grey area) in the solve block (green area) and set it equal to zero. If I just enter the summation of forces/moments and set it equal to zero I won't get any result presented(red highlighted). SO what goes wrong/what should I do to not have to copy the outcome every time manualy in the solve block.

My file is

3 replies

23-Emerald I
April 19, 2016

I believe some of your problem lies in variable definition.

This notation works for the symbolic processor, but (note the red) the numeric processor doesn't approve.

The "undefined variable" error also tends to be Mathcad's standard complaint if anything doesn't work in a solve block.

21-Topaz II
April 20, 2016

CC.jpg

1-Visitor
April 22, 2016

These variables are indirectly present/stated within the Fpc,Fwp1...vectors. I also gave the iniatial vales for the vector components. But apparently Mathcad solve block cannot handle this in this way.

19-Tanzanite
April 20, 2016

Use function definitions to carry the variables of interest through the worksheet as function arguments. No matter what you are doing, this is almost always the best way to approach a problem in Mathcad.

1-Visitor
April 22, 2016

ok, I have seen your changes, looks fine but still doesn't make it solvable by the mathcad solve block.

19-Tanzanite
April 22, 2016

still doesn't make it solvable by the mathcad solve block.

?? Yes it does. Both solve blocks work, and give the same answers.