Top Level Namespace

Includes:
BigMath, LUSolve, Newton

Defined Under Namespace

Modules: BigMath, Jacobian, Kernel, 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



25
26
27
28
# File 'sample/linear.rb', line 25

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