-
When I enter some parameter values into a complicated expression (with multiple fractions, often nested and multiplied with each other), the resulting transfer function will often have coefficients li…
-
> I can
So as not to keep you waiting while I try to design something else, this sympy solve function should work fine, albeit a little slow. It should return two lists of solutions: one with rationa…
-
Given the initial terms of a sequence of numbers (or polynomials or whatever) we want to find a differential or algebraic or functional equation for the generating function or a explicit formula for…
-
Imported from SourceForge on 2024-07-06 13:57:18
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2003-10-04 04:44:15
Original: https://sourceforge.net/p/maxima/bugs/418
---
ff: fac…
rtoy updated
4 months ago
-
After the implementation of features, we should create a test suite for this library. The test suite should test for the performance benefits of the various basic AVL functionalities + advanced featur…
-
Small comment for discussion @jbscoggi .
Many CFD codes use as a reference temperature T=0K instead of the 298.15K used by M++.
I recommend the creation of a function like:
shiftingConstantToZeroKe…
-
Julia nightly demands that `convert(T, x)` produce a result of type `T`. This is currently not the case with `RationalPolynomials`, where `promote_rule` at various places hard-codes `Polynomial` inste…
-
When using deterministic algorithms, it may be useful to generate primes deterministically with a given bit length. This would also allow for some optimizations such as precomputing a small list of pr…
-
By using a nonlinear equation/complementarity problem solver or a polynomial equation solver (if any).
What packages are available in Julia (and in Python)?
-
# _Linear Algebra Done Right_
- [x] 1 Vector Spaces
- [x] 1.A Rn and Cn
- [x] Complex Numbers
- [x] Lists
- [x] Fn
- [x] Digression on Fields
- [x] 1.B Definition of Vecto…