File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1006,15 +1006,15 @@ y = u1 * u2;
1006
1006
annotation (
1007
1007
Documentation(
1008
1008
info = "<html>
1009
- <p>This blocks computes the output <b >y</b > as <i >product</i > of the two input vectors <b >u1</b > and <b >u2</b >: </p>
1009
+ <p>This blocks computes the output <strong >y</strong > as <em >product</em > of the two input vectors <strong >u1</strong > and <strong >u2</strong >: </p>
1010
1010
<blockquote><pre>
1011
1011
y = u1 * u2;
1012
1012
</pre></blockquote>
1013
1013
<p>As example, for three-dimensional input vectors the equation would be: </p>
1014
1014
<blockquote><pre>
1015
1015
y = u1[1]*u2[1] + u1[2]*u2[2] + u1[3]*u2[3];
1016
1016
</pre></blockquote>
1017
- The output <b >y</b > is scalar.
1017
+ The output <strong >y</strong > is scalar.
1018
1018
</html>" ),
1019
1019
Icon(coordinateSystem(
1020
1020
preserveAspectRatio=true,
@@ -1166,7 +1166,7 @@ y = u1 / u2;
1166
1166
rotation = 90)}),
1167
1167
Documentation(
1168
1168
info = "<html>
1169
- <p>This block normalizes an input vector <i >u</i > using the <a href=\" modelica://Modelica.Math.Vectors.normalize\">normalize</a> function.</p>
1169
+ <p>This block normalizes an input vector <em >u</em > using the <a href=\" modelica://Modelica.Math.Vectors.normalize\">normalize</a> function.</p>
1170
1170
</html>" ));
1171
1171
end NormalizeVector;
1172
1172
You can’t perform that action at this time.
0 commit comments