search for: equationsdescription

Displaying 1 result from an estimated 1 matches for "equationsdescription".

2009 Jul 14
1
LAPACK package
Hi All, Can someone tell me if solve function shown below for my version of R is proper or not? I am using R 2.7.2 .Wherever i have used this function ,i got results which were different from the expected results as computed using SPSS. Description of this function says:-- Solve a System of EquationsDescription This generic function solves the equation a %*% x = b for x, where b can be either a vector or a matrix. Usage solve(a, b, ...) ## Default S3 method: solve(a, b, tol, LINPACK = FALSE, ...) Arguments a a square numeric or complex matrix containing the coefficients of the linear system. b a nume...