[R] quadrati form

2006-05-16 Thread Lorenzo Bencivelli
Need to compute the numerical value of the solution of the quadratic form: X'AX=I where all the matrices are (n*n) [n may be very large]; X is the matrix containing n*n unknowns (those I need) and A contains the coefficients of the problem. I is the identity matrix of order n. thanks in advance,

Re: [R] quadrati form

2006-05-16 Thread Richard M. Heiberger
Look at ?eigen In your example, you are looking for eigen(A) __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html