Nasser M. Abbasi
Nasser M. Abbasi
I do not know if this is known issue or already fixed. If it is please feel free to close this. Just reporting an issue found. ``` >python Python 3.10.4...
I am using ``` >pdf2htmlEX --version pdf2htmlEX version 0.18.8.rc1 Copyright 2012-2015 Lu Wang and other contributors Libraries: poppler 0.89.0 libfontforge (date) 20200314 cairo 1.16.0 Default data-dir: /usr/local/share/pdf2htmlEX Poppler data-dir: /usr/local/share/pdf2htmlEX/poppler...
reference https://discourse.julialang.org/t/how-to-use-base-rationalize-on-whole-symbolic-expression/86748 Using 1.8 `Base.rationalize(expr)` gives an error on symbolic expression ``` using Symbolics @syms x expr=(0.014378665475956662 - 0.0645731363698366im)*((72 + 132x + 2262(x^4) + 6743(x^5) - 754(x^2) - 234(x^6) -...
Using Julia 1.8 on windows 10: I noticed an an error is generated when setting the Random seed with specific value before calling integrate. The following ``` Random.seed!(1234) integrate(1 /...
Reference: https://discourse.julialang.org/t/why-julia-symbolic-generate-random-result-for-symbolic-integration/86717 I have a script that tests one integration problem using the symbolic Julia and symbolic integrator. I noticed I get different answers each time I run the same...
Julia Version 1.8.0 (2022-08-17) with Symbolics v4.10.4 and SymbolicNumericIntegration v0.8.5 I do not know if this was reported before or not. If it was, feel free to delete this. ```...
I asked about this at https://stackoverflow.com/questions/73519459/typeerror-non-boolean-num-used-in-boolean-context-with-symbolic-julia-how-to and was suggested to open an issue. Getting an error on `sqrt(-im+x)` where `x` is variable using `Symbolics`. Here is the code ``` >julia...
For reference: https://stackoverflow.com/questions/73522774/how-to-translate-cschx21-2-to-julia-symbolic-error-domainerror-with I am adding this as issue just in case it is new. ``` >julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _...
Thanks you first for gifplayer. I just downloaded and trying the latest. I have been trying it and I have small issue. The player seems to require putting ``` $('.gifplayer').gifplayer();...
It seems the result one time works, and another time fails, using same exact command. Sometimes trying twice it works. ``` >fricas --version FriCAS 1.3.9 based on sbcl 2.3.0 ```...