-
I'm trying to solve **26x^2-91xy-26y^2-58x-59y-71=0**
The solver (directly running the C version or running through webassembly) returns
```
x0 = -2
y0 = -1
```
with 2 recurrence equation and …
-
**What would you like to be added**: I would like to add a new feature that makes yoda solver math equations like this:
- 5 power 3 -> yoda should return "125"
- 3 * 3 = 7 -> yoda should return "F…
-
### Describe the Issue
Campers are getting told to return a different string when there are very minor issues in their code like a repeated dash. It would be wise to improve the hints
### Affected P…
a2937 updated
1 month ago
-
Hi,
I am simulating a quantum dynamical system using the great ITensorMPS.jl package.
(https://github.com/ITensor/ITensorMPS.jl)
Without getting into details about this package and the specific com…
-
Currently parameters are set:
- to the equation system with a default in the constructor of the system
- to the equation system by a downstream user (for example a MOOSE convergence object or a moos…
-
**Submitting author:** @BodeTobias (Tobias Bode)
**Repository:** https://github.com/BodeTobias/AutoPDEx
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** @danielskat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Hello,
I wanted to ask if it is possible to add a line in the .sif file as a default. N…
-
During my recent ventures into floating point data types beyond `Float64` I encountered crashing simulations/callbacks when not being careful.
In particular,
```julia
# Reinterpret the soluti…
-
In order to calculate sensitivities, the pybamm casadi solver solves the full sensitivity equations due to the fact that casadi does not currently calculate sensitivities natively. This is inefficient…
-
with the following MWE:
```modelica
model SmoothTearing
Real x;
Real y;
initial equation
der(x) = 0;
equation
der(x) = y;
y = smooth(0, if x > 0 then -2*x else -x) - 1;
end Smooth…