getCatLength: Calculates length of catenary

Description Usage Arguments Value Note Author(s) Examples

Description

Takes left and right endpoints and catenary parameters and gives length

Usage

1
getCatLength(x0, x1, c1, c2)

Arguments

x0

left endpoint

x1

right endpoint

c1

catenary parameter

c2

catenary parameter

Value

length of catenary

Note

February 11 2013

Author(s)

Jono Tuke <simon.tuke@adelaide.edu.au>

Examples

1
getCatLength(x0=-1,x1=1,c1=1,c2=2)

jonotuke/catenary documentation built on May 19, 2019, 8:36 p.m.