LambdaGuess 2D/3D• LambdaGuess is an option for SetLoads that specifies the initial guesses for the Lagrange multipliers. • LambdaGuess->number specifies the same guess for all Lagrange multipliers. • LambdaGuess->{rules} sets the values of specific Lagrange multipliers given in rules. • LambdaGuess->{numbers} sets the values of all Lagrange multipliers. The list of numbers must be of the same length as Generalized[All]. • Unspecified guesses for the Lagrange multipliers are initially set to one. • LambdaGuess->Automatic leaves the current values of the guesses unchanged. • The default setting is LambdaGuess->Automatic. • See also: InitialGuess, SetGuess.
|