-
There seems to be problem in calling JuMP for solving optimal control problems. I cannot run any of the provided tutorial examples. For example this is the RobotArm code and error:
```
using NLOpt…
ghost updated
3 years ago
-
The Julia manual [says](http://docs.julialang.org/en/stable/manual/packages/#offline-installation-of-packages)
> For machines with no Internet connection, packages may be installed by copying the p…
-
I got this error:
```
julia> Pl(1.2,3)
DomainError with 1.2:
Legendre Polynomials are defined for arguments lying in -1 ⩽ x ⩽ 1
```
I am somewhat perplexed. A polynomial defined on -1 ⩽ x ⩽ …
-
### What is your github handle ?
figeral
### What is your gitlab handle ?
_No response_
### Which city do you live in ?
Douala
### What type of developer are you ?
- [ ] Frontend Developer
- [ …
-
[Pandas DataReader](https://github.com/pydata/pandas-datareader) provides
- Yahoo Actions
- Yahoo Quotes
- Yahoo Actions
- Yahoo Component (deprecated)
- Google Options
- Google Quotes
- St.Lou…
-
## CVE-2017-13220 - High Severity Vulnerability
Vulnerable Library - linux-stable-rtv3.8.6
Julia Cartwright's fork of linux-stable-rt.git
Library home page: https://git.kernel.org/pub/scm/linux/ker…
-
Dear all,
When I compile
```
using Plots
import Contour: contours, levels, level, lines, coordinates
f(x,y) = 2 - (x^2 + y^2)
xs = range(-5, stop=5, length=100)
ys = range(-5, stop=5, length=10…
ghost updated
3 years ago
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Installing Julia just from conda-forge onto an Intel Mac results in CHOLMOD warning. I…
-
**Describe the bug 🐞**
UDE Training does not work with `AutoZygote`
**Expected behavior**
It should work.
**Minimal Reproducible Example 👇**
The lotka volterra test in `tests/lotka_volt…
-
On Windows 10 and with julia 1.9.3-64 bit, the multi-threading examples from the documentation do not seem to multi-thread. The supposedly multi-threading tasks are executed in the main thread upon ca…