Skip to content

Oasis does not correctly treat non integrating variables as constants #172

@TreeSnowFence

Description

@TreeSnowFence

Oasis as of right now cannot handle integrating an expression with more than one variable, if you try to do so, it will give the incorrect result.

Example to illustrate

in(2x^y, x)
expected -> (2x^(y+1))/(y+1)
actual -> in(2x^y, x)

as of right now, it basically just throws back the integral to the user instead of actually evaluating it.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions