-
Starting with a partial derivative
of a function of two variables:
```
sage: v_x, j_x, x, y = var("v_x, j_x, x, y")
sage: F = function("F")(x, y)
sage: expression = F.diff(x, 3).diff(y, 1).subs(x =…
-
1. The one dimensional problem is easy to solve the matrix system Au=f by A.solve(f), however, the high dimensional problems quite different. Does it exist an easy method to solve the high dimensiona…
-
Here is the proposal we used in 2020. It was accepted, but was later cancelled when the conference changed to online-only. I also have the review comments but I don't know if those can be shared publi…
-
Do what's needed to fetch as good as git does (on a bare repository, one without a working tree). This particularly includes proper ref handling as well as safety in the light of concurrent repository…
Byron updated
2 years ago
-
Sage interfaces its Heaviside function with a Maxima function named `hstep` which seems to implement the same function. However, there is no documentation on it, and it is not supported in Runge-Kut…
-
Append one comment to this issue for each meeting.
-
Following the [2017 TensorFlow Dev Summit](https://events.withgoogle.com/tensorflow-dev-summit/#content), here is an outline of Edward going forward at least for Spring 2017. Of course, comments are …
-
## Command
```
flutter run -d chrome -v
[ +75 ms] executing: [/home/nieva/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +43 ms] Exit code 0 from: gi…
-
We should keep track of https://github.com/JuliaSymbolics/Symbolics.jl . Maybe at some point we can even remove the symengine dependency in favour of Symbolics.jl
-
This metaticket tracks efforts to remove the usage of pexpect for calling maxima, either by using `maxima_lib` or replacing it altogether. Code that is dependent on the maxima expect interface is in…