sekisushai
sekisushai
Hello, I'm posting this issue -more as an feature request- about trigonometric simplifications. For some applications, I manipulate trigonometric functions (spherical harmonics) and depending on the algorithm, the output formula...
Hello, I would like to know if it's possible to provide different images files for ocr and final merging: - The high quality images are provided for ocr - The...
In module `mpmath`, Legendre functions of first and second kind are provided with `legenp` and `legenq`, they are callable with non-integer argument: ``` >>> legenp(2.2,1.1,0.1) 0.316775546015185 ``` In Sympy, only...