SetSimpleParametersTo

SetSimpleParametersTo[linkage, {varixi..}]
sets vari simple parameter to xi value in linkage and resets the resulted LinkageData object to linkage.
SetSimpleParameters[linkage, {x1, x2, ..}]
sets the ith simple parameters' value to xi and resets the resulted LinkageData object to linkage.
  • SetSimpleParametersTo function reset the result of the calculation to the input linkage.
  • SetSimpleParametersTo sets only those parameters of linkage that is specified in the second argument.
  • The following selected option can be defined:
ParameterInitialGuessAutomaticSpecifies the intial values used in root finding. Applied only if $DerivedParametersB record is defined.
AccuracyGoalAutomaticSpecifies how many effective digits of accuracy should be sought in the final result during root finding.
MaxIterations100Specifies the maximum number of iterations that should be tried during root finding.
PrecisionGoalAutomaticSpecifies how many effective digits of precision should be sought in the final resul during root findingt
Load the LinkageDesigner package
In[1]:=
Click for copyable input
Load the predefined crank-slider mechanism linkage
In[2]:=
Click for copyable input
Out[2]=
List all parameters and their actual substitution values
In[3]:=
Click for copyable input
Out[3]=
Display the linkage
In[4]:=
Click for copyable input
Out[4]=
Set the y0 parameters to 2. This will place the linkage 2 unit up.
In[5]:=
Click for copyable input
Out[5]=
Display the linkage again
In[6]:=
Click for copyable input
Out[6]=