Thank you for your suggestion - my only question is what is the 'par'
variable?
--
View this message in context:
http://r.789695.n4.nabble.com/Solving-a-system-of-two-equations-tp4642626p4642657.html
Sent from the R help mailing list archive at Nabble.com.
Hi,
I am trying to find a simple way to numerically solve a system of two
equations equal to zero with two unknowns (x_loc and y_loc). Here is a mock
data set and below it, the equations I need to solve.
theta<-c(180,135,90)/(2*pi)
x<-c(0,0,15)
y<-c(20,0,0)
0 =
-sum((y_loc-y)*(sin(theta)*(x_loc-
2 matches
Mail list logo