I have matrices A which have unknown variables and have a solution matrices B.Now I have to find unknown variables by doing A=B. How I can do this through python?
[sin(f)cos(e) sin(d)sin(e)cos(f)−sin(f)cos(d) sin(d)sin(f)+sin(e)cos(d)cos(f) 0]
A= [sin(f)cos(e) sin(d)sin(e)sin(f)+cos(d)cos(f) −sin(d)cos(f)+sin(e)sin(f)cos(d) 0]
[−sin(e) sin(d)cos(e) cos(d)cos(e) 0]
[0 0 0 1]
[0.23 -0.45 1.6 0]
B= [0.8 1.7 1.4 0]
[0.43 0.72 0.6 0]
[0 0. 0. 1]
A = B