-
Unfortunately the library fails to evaluate roots of fourth-degree equations. Take this code for example:
```rust
use rustnomial::{Polynomial};
fn main() {
let poly = Polynomial::::new(vec![…
-
I have this equation, which is [Vieta's formula](https://brilliant.org/wiki/vietas-formula/) and is polynomial.
SymPy didn't work and just hang there:
```
from sympy.abc import x, y, z, a, b, …
yw5aj updated
2 years ago
-
#### Description
This is a separate issue for implementing generalized sweeps as a feature in libfive. As a starting goal, the idea would be to create solids in libfive by sweeping a closed 2D shape…
ghost updated
2 years ago
-
Hi @jkcshea , I have a new idea for solving all of our computational problems.
Being ever-optimistic, I actually think this one is going to work.
Here's the idea attached in a note.
It should be …
-
For some complex compounds, many models do not seem to work, such as the SAFTgammaMie model for the calculation of n-tetracosane, how to construct the model and give the corresponding model parameters…
-
In recently published literature, [Beatty et al 2018](https://arxiv.org/pdf/1808.09575.pdf) (Figure 7; page 13) showed that inverting a phase curve onto a longitudinal map -- under the assumption of a…
-
Python currently lacks the following CompEcon functions, which are useful for approximating functions using Chebyshev polynomials and splines:
fundef
funnode
gridmake
funfitxy
There may be ot…
-
In setting up a metadynamics simulation with a system and state file, I was hoping to be able to setup a simulation using a dihedral and a pair of distances as my collective variables. However, when I…
-
Imported from SourceForge on 2024-07-08 15:06:21
Created by **[cooch17](https://sourceforge.net/u/cooch17/)** on 2015-09-03 13:55:24
Original: https://sourceforge.net/p/maxima/bugs/3013
---
Problem …
rtoy updated
4 months ago
-
Calling any caching or interpolating function that uses `numpy.linalg.solve()` if `render_engine` is set to `MulticoreEngine()` may cause severe drops in performance if numpy is built with OpenBLAS an…