-
Bit-length is the number of binary digits, called bits, necessary to represent an integer in the binary number system.
It seems bitLength() is better (that is more standard) name than bitCount() -- h…
-
## Background
Local rules are the ones where the left-hand side forms a connected hypergraph. For example, the rule
```wl
{{1, 2, 2}, {3, 2, 4}} -> {{3, 5, 5}, {5, 1, 1}, {4, 1, 3}}
```
is …
-
I haven't written a lick of code in Objective-C, but Sourcerer sure thinks I do :-) I can understand why, but it would be great if there's a way to do a more advanced syntax analysis to differentiate …
-
I am using Mathematica 10 on Windows 7.
Pkg.add("Mathematica") worked smoothly, but then I get the following error:
```
In [4]: using Mathematica
Out [4]: ERROR: error compiling Open: could not lo…
-
wls files use (* ~~~~ *) symbols to mark comments. The // TODO & // FIXME can only be used inside comments.
when you view the TODOs in the side panel the ending *) is added to the message.
for e…
-
# Summary
Add first/last/previous/next buttons to the Play widget. This can then be hooked up to the slider widget if needed. We might also add speed up/slow down buttons, and maybe a reverse butto…
-
https://supertrianguloid.com/how-to-learn-qft/
A review of Quantum Field Theory textbooks, lecture courses and online notes for beginners.This article is aimed at being a review as comprehensive as…
-
My biggest concern is that by installing this extension, I am going to jeopardize my working version of Mathematica.
1. Will the paclets interfere with Mathematica 13.0? Will I still be able to u…
-
TBD
From Cenk:
```
inputs:
x1: {lower: -1.0, upper: 1.0}
x2: {lower: -1.0, upper: 1.0}
objectives:
f1: "-2.0*2.718281828459045^(15.0*(-(x1-0.1)^2-x2^2.0))-2.718281828459045^(20.0*(-(x…
-
Please Verify `EllipticF(-1.5708,1.5708)`
```
public static Complex ellipticF(Complex x, Complex m) {
return LegendreEllipticIntegral.bigF(x, m);
}
```
See these discussions:
- https://…