137771 threads
622 threads
2 emails from 1 person
Dear Sir/Madam, If I have matrics as follows:> a <- c(1,1,0,0) > b <- c(4,4,0,0) > c <- c(3,5,5,6)How can I use R code to solve the equation ax^2+bx+c=0. thanks! yuying shi [[alternative HTML version deleted]]
> a <- c(1,1,0,0) > b <- c(4,4,0,0) > c <- c(3,5,5,6)