Skip to content
Prev 377508 / 398502 Next

system solver in R

Once you figure out how to decipher the output, you realise that it actually does give you all 4 roots, including the two real ones:

...
[1] -1.00028+0.988174i
[1] -1.00028-0.988174i
[1] 0.03634399
[1] -1.988165

(No, I don't quite know what I am doing either...)

-pd