-
Tested with Sympy version 1.0.
Consider these two slightly different systems of polynomial equations:
``` py
import sympy
c,x,y,z = sympy.var('c x y z', real=True)
k = sympy.var('k', real=True)
S1 =…
-
Montblanc currently only predicts from delta functions, 2D Gaussians and Sersic functions. It should be possible to predict from arbitrary functions by computing the Fourier transform of a Gaussian pr…
-
Task:
Develop Braking Curves Test- / Functionalmodel and generate tests to test braking curves.
Workscope:
Setup of environment:
- [x] Agree on a common (reduced) set of parameters to consider first …
-
Make the implementation of NIRB methods by using Feelpp environment
-
The new data structure for damage gives the system an opportunity to define more specific data for each damage part. An extremely useful feature would be conditional damage parts. These conditions wou…
-
Exokit is based on Node.js, so is uses node_modules as its fundamental module mechanism. There are many node_modules used, which adds up to a lot of files. This is enough that some stores will reject …
avaer updated
5 years ago
-
Most of the companies work on Project basis so the deliveries happen every now and then but the invoices get generated once in a while.
**Problem :** As the customers are billed only once in a whi…
-
I have called BKZ algorithm as follows:
from fpylll import *
_ = FPLLL.set_precision(128)
ZZbasis= B.change_ring(ZZ)
BL = B.BKZ(algorithm='fpLLL', fp='ld', block_size=20, prune=0, use_givens=F…
-
On the basis of the code here which I gratefully took as a starting point I derived a driver (I2C) which has reduced code size and memory footprint, while somewhat improving functionality. It is [here…
-
Blink launched an implementation of the specified intrinsic sizing algorithm on Canary for a few days. It was quite clear that the [algorithm for computing the intrinsic main size for single-line row …