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

Change all symbols to include the assumption real=True #137

Open
tjstienstra opened this issue Sep 4, 2024 · 0 comments
Open

Change all symbols to include the assumption real=True #137

tjstienstra opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tjstienstra
Copy link
Collaborator

All symbols and dynamicsymbols which are currently being used in BRiM are real. This would be useful to automatically specify when creating a model, as that simplifies results, e.g. sqrt(a**2)=a.

There are two basic options of implementing this:

  1. Create a real_symbols and real_dynamicsymbols function in the utilities to be used throughout BRiM, while using dynamicsymbols._t when aquiring the time symbol.
  2. Update all symbols and dynamicsymbols calls to specify real=True.
@tjstienstra tjstienstra added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant