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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default domain of SR.var() #36841

Merged
merged 5 commits into from
Jan 14, 2024

Commits on Dec 8, 2023

  1. Changed the default domain of SR.var() to complex

    This is a fix to the issue trac:`36833`. Variables whose domain is
    not defined should be considered in the complex plane by default
    as described in the documentation.
    RuchitJagodara committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7d10eb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Try domain=real by default for SR.var() function

    Check whether the default domain=real working or not.
    RuchitJagodara committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6db405d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Changed the documentation

    Changed the documentation of var function.
    RuchitJagodara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4261ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2877712 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    053d50c View commit details
    Browse the repository at this point in the history