Hello, I'm attempting to translate Latex into SymPy and am seeking guidance on how to handle the notation of "much greater than <https://mathworld.wolfram.com/MuchGreater.html>."
For example, "a + b = c" is replaced by "a = c" under the condition "b << a". How would that be represented in Sympy? I like the explanation of ">>" provided in this StackOverflow answer, <https://physics.stackexchange.com/a/208319/58321> so there is some deeper meaning to the notation. However, that doesn't indicate what the appropriate representation in SymPy would be. For comparison with other Computer Algebra Systems, I'm not able to find the concept in Sage documentation. I did find this post <https://mathematica.stackexchange.com/a/112485> on Mathematica. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/446b0334-0fc0-48ad-802a-3ac7e3225667n%40googlegroups.com.
