MATLAB: I would like to solve a 2×2 system of equations. Can anyone help me please

system of equations

Hello, i have 2 equations with two unknowns. How matlab can solve the system?
The equations are:
1) (t-0.1)sqrt(1-(121-(t-0.1)^2*400*cos(theta0))=(8.66*t-10)/(20cos(theta0))
2) cos(theta0)=sqrt(1-(8.66*t-4.9*t^2+4.9*(t-0.1)^2)/((t-0.1)^2*400))
The unknowns are theta0 and t.
I am looking forward for your information.
Thank you in advance for any help you can provide.

Best Answer

Did you try MATLAB's "solve":
https://de.mathworks.com/help/symbolic/solve.html
?
Best wishes
Torsten.