[R] solving equation

Spencer Graves spencer.graves at pdf.com
Fri May 14 00:37:47 CEST 2004


      Have you considered making contour plots, e.g., using "contour"?  
See also Venables and Ripley, Modern Applied Statistics with S. 

      Your function is a parabola opening up.  For this, you can obtain 
the axes of the ellipse, etc., using eigen.  The eigenvalues can then 
tell you how far out in these axes you can go. 

      hope this helps.  spencer graves

Eduardo Dutra de Armas wrote:

>Dear R-users,
>
>I'm trying to solve the following equation, to get a set of values
>satisfying it and I'd like to know if its possible to do that in R.
>
>0.85*(54.6-X)^2 + 4.65*(25.2 - Y)^2 -2*0.84*(54.6-X)*(25.2-Y) <= 8.29
>
>Thanks a lot,
>
>Eduardo Armas
>
>
>---
>
>
>
> 
>
>	[[alternative HTML version deleted]]
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>  
>




More information about the R-help mailing list