-
When it comes to the property package tools, we have a number of examples of creating property packages within the main code base which are intended as instructionary material for users (as well as te…
-
I was not completely satisfied with the QP-based method for handling friction cones. The reason was already explained in the paper in footnote 2:
```
This expression is based on the assumption of co…
-
I have a need to use chlorine and steam mixtures in my analysis, however, chlorine is not on the list of fluids.
What can I do to facilitate this getting into CoolProp!?
-
Dear Gustavochm,
I wanted to express my sincere appreciation for your work on the Phasepy software. As a beginner in this field, I have found your software to be incredibly valuable, and I am eage…
-
I'm trying to use Causal.jl to re-implement one of my examples using DifferentialEquations [here](https://github.com/epirecipes/sir-julia/blob/master/markdown/function_map/function_map.md), modularizi…
-
Hi,
Could you please ellaborate on your algorithem?
what is the math behinds it,
for example, what is this:
` ftt = [0]+[3*(h[i+1]-h[i])/(w[i+1]+w[i]) for i in range(N-1)]+[0]`
this is se…
-
I was wondering how hard it would be to support irregular grids for `BSpline` interpolation. I am aware that you have `Gridded` for this case, however, I often end up missing features of `Gridded` whi…
-
When calculating with coolprop, the result seems to be wrong. The scripts below is simplified to show the problem.
```python
from CoolProp.CoolProp import PropsSI #coolprop's source code is C++, a…
-
~```
solve((x-1)*(x+1)*x=3x,x) =>
[(-1/3)*(-1)^(1/6)*24^(1/3)*sqrt(3)^(1/3)-4*(-1)^(-1/6)*24^(-1/3)*sqrt(3)^(-1/3),
(1/6)*(-1)^(1/6)*(1+i*sqrt(3))*24^(1/3)*sqrt(3)^(1/3)+2*((-1)^(1/6)*24^(1/3)*sqrt…
-
I've come across this rather puzzling problem with how `sympy.solve` works.
## Problem setup
```python
import sympy as SY
f1, f2, a, b = SY.symbols('f_1 f_2 alpha beta')
SY.solve(f1 - f2, […