Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add simplify identities #529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add simplify identities #529

wants to merge 1 commit into from

Conversation

latot
Copy link
Contributor

@latot latot commented Sep 4, 2016

Hi, well this time i propose implement in simplify the expand_func, its very useful specially if we use special functions like beta or gamma, in this case the user can choose how treat the function, in sympy we have 3 options to simplify, "simplify", "combsimp", and "expand_func", actually simplify can cover the combsimp functions, so we only add two.

maybe use directly:

y = python_cmd('return simplify(expand_func(*_ins)),', x);

instead of choose the method, what do you think?

the tests will fail until merge this: #526

Cya.

%% Simplify an expression.
%%
%% @var{y} can be 'special' or 'complete'.
%% 'special' will expand the equation using identities to simplify.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i choose 'special' because are special functions, like beta, gamma, etc.

add simplify identities

change description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant