Top Level Namespace

Includes:
BigMath, LUSolve, Newton

Defined Under Namespace

Modules: BigMath, Jacobian, LUSolve, Newton Classes: BigDecimal, Float, Function, Integer, Rational, String

Instance Method Summary collapse

Methods included from Newton

nlsolve, norm

Methods included from Jacobian

dfdxi, isEqual, jacobian

Methods included from LUSolve

ludecomp, lusolve

Methods included from BigMath

E, PI, atan, cos, exp, log, sin, sqrt

Instance Method Details

#rd_order(na) ⇒ Object



23
24
25
26
# File 'sample/linear.rb', line 23

def rd_order(na)
   printf("Number of equations ?") if(na <= 0)
   n = ARGF.gets().to_i
end