-
bc.. In r767 I implemented a multidimensional nonlinear solver. What do you
think how findroot() should be called in the multidimensional case?
Assuming something like
def f(x1, ..., xn):
return…
-
Consider the following example:
```
from sympy import *
s = Symbol('s')
t = Symbol('t', positive = True)
A = Matrix([[-2, 1],[1,-1]])
B = exp(-A*s)*Matrix([[1+cos(2*pi*s)],[0]])
C = B[0]
…
-
SageMath, in its current state, is not a proof assistant. It does not provide the formal proof capabilities in software specifically designed to construct, check, and verify proofs within a rigorous l…
-
**Modified by dietmarw on 9 Jun 2015 12:41 UTC**
This is the ticket for MCP 0017:
The primary goal is to important an FMU 2.0 ModelExchange or CoSimulation in a fully portable way into Modelica. Basi…
-
In other packages about dynamic panels, based on GMM or similar tools, instrumental variables play often a central role, I wonder if instrumental variables could play a role also in this framework. Si…
-
### Contact Details
srrakhun@microsoft.com
### Data request?
Networking emissions of g/GB. – We need to define this based on the architecture of the application. From the application analysis we wi…
-
[SampleTailExtender.zip](https://github.com/RobinSchmidt/RS-MET/files/2386182/SampleTailExtender.zip)
Explore the code base, you'll easily find the harmonic analysis and extraction stuff. We need y…
-
A relative optimal AST structure can be found from computing simplex with the derived constrains on the first AST parse + copy things over.
See also https://en.wikipedia.org/wiki/Simplex_algorithm.…
-
Post a link for a "possibility" reading of your own on the topic of Reinforcement Learning [for week 8], accompanied by a 300-400 word reflection that: 1) briefly summarizes the article (e.g., as we d…
lkcao updated
2 years ago
-
Hi,
I found that some detailed description in the document
https://mitsuba.readthedocs.io/en/latest/src/key_topics/polarization.html#theory
seems to contain errata, and the current implementation h…