#python で因数分解できた、おー#math
@okumurakengo >>> import sympy>>> x = sympy.Symbol('x')>>> y = sympy.Symbol('y')>>> z = sympy.Symbol('z')>>> ef = sympy.factor(x**2 - (y-x)**2)>>> print(ef)y*(2*x - y)>>>
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.