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

cse doesn't seem to get all subexpressions #11428

Open
moorepants opened this issue Jul 24, 2016 · 2 comments
Open

cse doesn't seem to get all subexpressions #11428

moorepants opened this issue Jul 24, 2016 · 2 comments
Labels

Comments

@moorepants
Copy link
Member

I was looking at the result of cse here:

selection_020

and noticed that I saw several repeated expressions, like b_21 * b_31 and omega_nm * zeta_nm.

Shouldn't these be pulled out as subexpressions?

@smichr
Copy link
Member

smichr commented Sep 1, 2016

Could you post the text version so I can test this (without retyping what you have shown)?

@moorepants
Copy link
Member Author

I think this came from the work I was doing here:

https://github.com/moorepants/BMD2016/blob/master/notebooks/solve_inner_loop_gains.ipynb

I didn't post the whole problem because it has a lot of build up. I should export the expression in sol[0][0] and provide it.

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

No branches or pull requests

3 participants