Francesco Bonazzi
Francesco Bonazzi
> (There was a three star review recently due to no Calorie calculation exist for instance.) Pretty easy to implement: https://en.wikipedia.org/wiki/Metabolic_equivalent_of_task#Activities You get the MET constant for the corresponding speed,...
Currently there are no plans to unite the array and matrix modules.
Related to SymPy issue 5955?
I get: ``` diofant/diofant/series/gruntz.py in mrv(e, x) 137 elif e.is_Mul or e.is_Add: 138 a, b = e.as_two_terms() --> 139 return mrv_max(mrv(a, x), mrv(b, x), x) 140 elif e.is_Pow and e.base...
https://github.com/sympy/sympy/pull/11570 https://github.com/sympy/sympy/pull/11571
Yeah, the implementation is not finished. We need a way to handle the multidimensional expressions. In the cookbook they introduce a `J` matrix of matrices to handle the case `A.diff(A)`.
The derivative formulae of the cookbook are mostly implemented: https://github.com/sympy/sympy/blob/master/sympy/matrices/expressions/tests/test_derivatives.py
> Hence I wanted to know whether there is potential interest in having this as an addition to sympy.physics? Yes, improvements are welcome. Especially, if the code gets included into...
> As far as I understood the implementation, all relations between dimensions are stored in `units.DimensionalSystem` and not in `Dimension` itself. Yes, we have moved to dimension systems in order...
I have still two pending PR. I feel like I need more time for the comparison with Mathematica part. By the way, next week I may not have internet access.