I use Sympy to substitute a set of expressions for another using the Subs function, and I would like the program to not tidy up or simplify the equations. i if I substituted x+y for a in
x+y
a
a+b+c+a to return x+y+b+c+x+y
a+b+c+a
x+y+b+c+x+y
Does anyone know how to do this?
Thank you very much
The only way to do this is to do Add(x, y, b, c, x, y, evaluate=False) , which, unfortunately, is not very easy to work with.
Add(x, y, b, c, x, y, evaluate=False)
Source: https://habr.com/ru/post/1484433/More articles:Problem with UIImagePickerControllerEditedImage: Decreased Image Quality - iosWhy are the next / last GWT SimplePager buttons disabled only if the range is limited or if the number of lines is inaccurate? - gwthighcharts piechart redraw with animation after setData () - javascriptiOS Loss of Image Quality and Resolution - xcodeError trying to get information from CRM 2011 Webservice - c #MS Dynamics CRM online 2011 - Authentication Issues - c #gem install does not work with "ruby: invalid option -H (-h will show valid parameters) (RuntimeError)" - ruby ââ| fooobar.comHow to map object in form in symfony 2 - phpJavafx rotate Problem with tag - javafx-2Android: how to get current active audio IDs - androidAll Articles