Skip to content

OASIS Doesn't Treat Partial Differentiation Correctly When the Non-differentiating Variable is In A Denominator #187

@dcarbonell08

Description

@dcarbonell08

Describe the bug
The OASIS Website mistreats non-differentiating variables in denominators of fractions as the differentiating variable and evaluates it as such. For example, the math expression (1/y) should evaluate to 0 if differentiating by d/dx, but evaluates to (0/y^2)

To Reproduce
dd(1/y,x) evaulates to 0/y^2

Expected behavior
dd(1/y,x) should evaluate to 0.

Screenshots

Desktop (please complete the following information):

  • OS: [e.g. Windows] This issue was found on the OASIS website.
  • Version [e.g. 22 or commit hash]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions