Follow

@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)
>>>

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.