-
I wasn't sure whether this would be the most appropriate way to get in contact, but I'm wondering if you ever looked into splitting splines as part of your research?
At `$JOB` we develop a CAD syst…
-
```py
>>> from sympy import *
>>> x=Symbol('x')
>>> solveset(sqrt(x)-I, domain=S.Complexes)
{-1}
>>> solveset(sqrt(x)-I, domain=S.Reals)
EmptySet
```
It seems if domain is S.Reals, intermediat…
-
Hi Matthias,
Could you please add a PCell in your Basic library for Non-uniform rational basis splines (NURBS)? We use splines already in the SiEPIC-Tools libraries, but it would be better if this …
-
Hi,
thank you for making your code available. I am no expert and maybe I am asking very stupid questions, so please bear with me.
I deal with multi-components gas mixtures (with generally 8-10 …
-
## Problem
There are many currently open and closed feature requests all revolving around a perennial problem: object physics.
For example, see #9520, #9446, #9231, #8567, #6755, #6123, #5387, a…
-
Hello, thanks for making this great package,
I'm trying to make custom units for heat capacity using BaseUnit Class
I find that when i do:
Console.WriteLine(EnergyUnit.Kilojoule/AmountOfSubst…
-
Not really sure how to approach this proof. Help would be greatly appreciated :)
-
The `generic_property` package does not support enthalpy as a state variable, at least for cubic equations of state.
```
from pyomo.environ import ConcreteModel
from pyomo.environ import units as…
-
Imported from SourceForge on 2024-07-04 06:55:52
Created by **[*anonymous](https://sourceforge.net/u/*anonymous/)** on 2007-02-04 21:07:23
Original: https://sourceforge.net/p/maxima/bugs/1106
---
\(…
rtoy updated
4 months ago
-
When using a kernel that is not scale invariant for `RBFInterpolator` ('gaussian', 'multiquadric', 'inverse_multiquadric', 'inverse_quadratic'), the interpolant can become corrupted with numerical noi…