abotaha
- 15
- 0
Hi everybody,
I have a couple of equations and I need to find the values of three variables (δ, λ, and θ).
The equations are:
M[11] = -(sin(δ)*cos(λ)*sin(2*θ)+sin(2*δ)*sin(λ)*sin(θ)^2)*M[0];
M[12] = (sin(δ)*cos(λ)*cos(2θ)+(1/2)*sin(2*δ)*sin(λ)*sin(2θ))*M[0];
M[13] = -(cos(δ)*cos(λ)*cos(θ)+cos(2*δ)*sin(λ)*sin(θ))*M[0];
M[22] = (sin(δ)*cos(λ)*sin(2*θ)-sin(2*δ)*sin(λ)*cos(θ)^2)*M[0];
M[23] = -(cos(δ)*cos(λ)*sin(θ)-cos(2*δ)*sin(λ)*cos(θ))*M[0];
M[33] = sin(2*δ)*sin(λ)*M[0];
where :
M[0]= 19.817; M[11]= 32.6; M[12] = -1.3; M[13] = -7.2; M[22] = 2.2; M23 = -13.5; M[33] = -24.7;
Any help would be highly appreciated.
I have a couple of equations and I need to find the values of three variables (δ, λ, and θ).
The equations are:
M[11] = -(sin(δ)*cos(λ)*sin(2*θ)+sin(2*δ)*sin(λ)*sin(θ)^2)*M[0];
M[12] = (sin(δ)*cos(λ)*cos(2θ)+(1/2)*sin(2*δ)*sin(λ)*sin(2θ))*M[0];
M[13] = -(cos(δ)*cos(λ)*cos(θ)+cos(2*δ)*sin(λ)*sin(θ))*M[0];
M[22] = (sin(δ)*cos(λ)*sin(2*θ)-sin(2*δ)*sin(λ)*cos(θ)^2)*M[0];
M[23] = -(cos(δ)*cos(λ)*sin(θ)-cos(2*δ)*sin(λ)*cos(θ))*M[0];
M[33] = sin(2*δ)*sin(λ)*M[0];
where :
M[0]= 19.817; M[11]= 32.6; M[12] = -1.3; M[13] = -7.2; M[22] = 2.2; M23 = -13.5; M[33] = -24.7;
Any help would be highly appreciated.