Isuru Fernando

Results 928 comments of Isuru Fernando

That was because the printing of the segfault in the first test was delayed due to the second test, but it was definitely in the first test. (I ran the...

```diff diff --git a/src/mathops.jl b/src/mathops.jl index 335cf2c..ec765d1 100644 --- a/src/mathops.jl +++ b/src/mathops.jl @@ -97,7 +97,7 @@ Base.convert(::Type{Basic}, x::Irrational{:φ}) = (1 + Basic(5)^Basic(1//2))/2 Base.convert(::Type{BasicType}, x::Irrational) = BasicType(convert(Basic, x)) ## Logical operators...

Can you try adding `-DWITH_COTIRE=no` to cmake args?

Can you give some examples of `cancel` that you would like to see?

Here's something you can do in symengine, ``` In [23]: from symengine import * In [24]: var("V1, R1, C1 s") Out[24]: (V1, R1, C1, s) In [25]: H = -V1/(R1**2...

@Ali-Mohamed0, so it does give you the output you need, but it's just slow. Is that correct?

Does something like below work? ``` In [29]: a, b = H.as_numer_denom() In [30]: a.expand()/b.expand() Out[30]: -V1/(-1 - s*R1*C1) ```

@Ali-Mohamed0, can you post the expression `H_sym[1]`?

I was using the debian `bisoncpp` and `flexcpp`. We should add `bisoncpp` and `flexcpp` both to conda-forge and use them.

I've used bisoncpp to update the generated files and rarely changed them. @srajangarg has more experience. As for `bison`, I'd prefer to use that as that's more widely used and...