RectPlate: Compute MoI of a rectangular plate

View source: R/RectPlate.R

RectPlateR Documentation

Compute MoI of a rectangular plate

Description

Compute MoI of a rectangular plate

Usage

RectPlate(m, l1, l2, axiss)

Arguments

m

mass of the object in kilogram.

l1

length of a side of object in meter (perp. to rotation axis).

l2

length of another side of object in meter.

axiss

The reference axis on which rotation takes place. Options are perp. center axis,along edge.

Value

I moment of inertia in kg*m^2.

Examples

RectPlate(7, 2, 14, "perp. center axis")


yalmania/Project3_STAT294 documentation built on May 3, 2022, 1:13 p.m.