Top Level Namespace
Defined Under Namespace
Modules: BigMath, Jacobian, Kernel, LUSolve, Newton Classes: BigDecimal, Float, Function, Integer, Rational, String
Instance Method Summary collapse
Methods included from Newton
Methods included from Jacobian
Methods included from LUSolve
Methods included from BigMath
E, PI, atan, cos, exp, log, sin, sqrt
Instance Method Details
#rd_order(na) ⇒ Object
24 25 26 27 |
# File 'sample/linear.rb', line 24 def rd_order(na) printf("Number of equations ?") if(na <= 0) n = ARGF.gets().to_i end |