Hello,
I have such a code. I want to write this with symengine.
How can I do it ?
I will be glad if you help.
In this command, I find the "x and y" solution set by intersecting the equations "D1" and "D3".
"D1" is linear. "D3" is a circle. The "Linsolve" command doesn't solve this. can you help me please? In this command, I find the "x and y" solution set by intersecting the equations "D1" and "D3".
Code :
S7 = sy.solve((D1,D3),(x,y))