Sphere: Compute MoI of a sphere

View source: R/Sphere.R

SphereR Documentation

Compute MoI of a sphere

Description

Compute MoI of a sphere

Usage

Sphere(m, r, type, axiss)

Arguments

m

mass of the object in kilogram.

r

radius of object in meter.

type

whether sphere is either solid or shell.

axiss

The reference axis on which rotation takes place. Options are diameter,tangent.

Value

I moment of inertia in kg*m^2.

Examples

Sphere(2, 6, "solid", "tangent")


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