-
EDIT NOTE: I added a comment to the end of this from a later comment because I thought it should have been included in the first place.
The equation in the function stated at http://arduino.cc/en/Ref…
-
## Problem description
Users are often confused and annoyed that code like this does not work:
```lean
inductive Tree where | node : List Tree → Tree
def Tree.rev : Tree → Tree
| node ts =>…
-
Automatic differentiation would be useful so we don't have to implement linearizations or Jacobians of complicated analytic functions. Examples where autodiff would help:
- Jacobians and Hessians o…
-
User-defined node and element ids are being renumbered when writing data, because we're renumbering in `write_equation_systems`.
FWIW my use case is MOOSE where mesh data are being read from a fil…
-
I am writing a Coq project using AAC_tactics.
In my project, I use notation for some functions, and it breaks the `aac_rewrite` tactic.
To explain my problem, here is a simplified example:
…
-
[Weighted past varextropy 10.28.docx](https://github.com/user-attachments/files/17549727/Weighted.past.varextropy.10.28.docx)
-
[![Luunah](https://cdn.discordapp.com/avatars/466966305971503116/7104f73d4f4a21a85be4659c34550959.webp?size=40)](https://discord.com/channels/640872911678341130/1283958423226159177/1283958423226159177…
-
Hi! I'm modelling a KB focusing system. It includes two trapezoidal mirrors bent elliptically by rods that apply force on both ends. Curvature of the mirror increases linearly toward the narrow end, a…
-
**Describe the mistake**
Based on the explanatory text at the top of page 56, the matrix $S$ maps coordinates with respect to the basis $\tilde{B}$ onto the basis $B$. Similarly, the matrix $T$ maps …
-
Hi,
I think this is an excellent code.
is it possible to give an example of conjugate heat transfer for the flow around a cylinder to determine the Nusselt's number correlations?
a similar…