-
```
What steps will reproduce the problem?
a = Vector3(1.0,2.0,3.0)
b = a
a += Vector3(0.1,0.1,0.1)
print b
What is the expected output? What do you see instead?
I would expect the output to be Vecto…
-
```
What steps will reproduce the problem?
a = Vector3(1.0,2.0,3.0)
b = a
a += Vector3(0.1,0.1,0.1)
print b
What is the expected output? What do you see instead?
I would expect the output to be Vecto…
-
Imported from SourceForge on 2024-07-07 00:11:49
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2021-09-11 01:41:18
Original: https://sourceforge.net/p/maxima/bugs/3852
---
```
(assume_p…
rtoy updated
4 months ago
-
In the paper `Untangling Mechanized Proofs` there is some nice math rendering for the proof of Gauss.
How is it possible to build this locally? I've found the file `hyps.rst` but don't know which inc…
thery updated
3 years ago
-
```
What steps will reproduce the problem?
a = Vector3(1.0,2.0,3.0)
b = a
a += Vector3(0.1,0.1,0.1)
print b
What is the expected output? What do you see instead?
I would expect the output to be Vecto…
-
```
What steps will reproduce the problem?
a = Vector3(1.0,2.0,3.0)
b = a
a += Vector3(0.1,0.1,0.1)
print b
What is the expected output? What do you see instead?
I would expect the output to be Vecto…
-
Hi,
in your paper you say you are choosing element-wise summation to combine the two branches, however in your code you are using a product
https://github.com/Jongchan/attention-module/blob/1a23ae…
-
NumPy has a convenient Einstein summation capability [numpy.einsum](https://numpy.org/doc/stable/reference/generated/numpy.einsum.html). Any interest in an API which operated in a similar way? ie
`…
-
Implement summation by parts. In concrete mathematics there are good chapters explaining the analogies between real functions and integer functions.
The relationship between the harmonics and the log…
-
```
What steps will reproduce the problem?
a = Vector3(1.0,2.0,3.0)
b = a
a += Vector3(0.1,0.1,0.1)
print b
What is the expected output? What do you see instead?
I would expect the output to be Vecto…