Re: [R] Partial Fraction Decomposition

2016-11-27 Thread Rolf Turner
On 27/11/16 22:09, WRAY NICHOLAS wrote: I am not aware that R really does symbolic manipulation in the way which you want, but I would have thought that this process would make a very pretty little problem to solve for you yourself, in that you could write a programme to analyse the original expr

Re: [R] Partial Fraction Decomposition

2016-11-27 Thread WRAY NICHOLAS
I am not aware that R really does symbolic manipulation in the way which you want, but I would have thought that this process would make a very pretty little problem to solve for you yourself, in that you could write a programme to analyse the original expression as a string of characters, whose pa

[R] Partial Fraction Decomposition

2016-11-26 Thread Tom Mosca
Hello Folks, As a neophyte R user I frequently have questions, and I�m sorry to bother experienced users with what may appear to be trivial questions to which I should be able to find answers without help. I�ve searched everywhere I know to look, and can�t find any reference to this question.