The set of equations is to be specified as constraints and the variables are to be specified as free parameters. This resolution method is quite good although sometimes a bit long and you can use it to solve a broad range of cases. The trick about this algorithm is to adjust the precision and the other algorithm parameters. The example developed above works well with both methods. Just to
illustrate a system that cannot be solved by both methods, you can draw a cube
and create two user parameters:
CubeSurface = smartWetarea (PartBody\Pad.1) CubeVolume = smartVolume (PartBody\Pad.1) or CubeVolume = smartVolume (PartBody\Pad.1) ExpandedError DescriptionIf you try to solve the following system of equations (search for values of a, b, and c), a == b+c; b == -a -c +1; a > 0; a < -1 an error message pointing out the contradiction appears. |