Rectangle¶

Calculate the properties of a rectangle.
\begin{eqnarray}
P &=& 2 * (a + b)\\
A &=& a * b\\
c &=& \sqrt{a^2+b^2}
\end{eqnarray}
Information¶
This components main purpose is for the use in tutorials. Make sure it is compliant with the tutorials in the Help when changes are applied to this component.