We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c032f7 commit 76e88a1Copy full SHA for 76e88a1
Modelica/Blocks/Math.mo
@@ -1010,7 +1010,7 @@ y = u1 * u2;
1010
<blockquote><pre>
1011
y = u1 * u2;
1012
</pre></blockquote>
1013
-<p>As example, for three-dimentional input vectors the equation would be: </p>
+<p>As example, for three-dimensional input vectors the equation would be: </p>
1014
1015
y = u1[1]*u2[1] + u1[2]*u2[2] + u1[3]*u2[3];
1016
0 commit comments