cortex-js / cortexjs.io

Source for the cortexjs.io website
http://cortexjs.io/
51 stars 19 forks source link

Compute Engine issues with rational expressions #37

Closed fredekr closed 1 year ago

fredekr commented 1 year ago

There seems to be some problems with simple rational expressions that have sums/differences in the numerator or denominator. Interestingly, our use involves numerical substitution, which also fails.

Below are some screenshots from our use, and below that are some tests I did on the demo page. I suspect if the demo page starts to work properly, then our use will work too.

Our examples (these should all be equivalent to the expected answer):

image

Examples from demo page (these should all simplify/evaluate to zero): Success:

image

Success:

image

Fail:

image
fredekr commented 1 year ago

Oops, wrong project -- recreated issue in Computer Engine repository.