Rectangle

_images/Component.png

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.

Parameter

List of Component parameters

Parameter

Description

Info

a

Side a

input

b

Side b

input

Area

Area

output

Perimeter

Perimeter

output

c

Diagonal

output