-
Hi, this doesn't work :
```
integrate(sqrt(1+(0.5*(exp(0.03*x)-exp(-0.03*x)))**2),(x,-100,100))
```
The software wxMaxima finds the answer.
-
I wrote the following code:
```
>>>from sympy import *
>>>from sympy.polys.ring_series import rs_series
>>>lambda_, t, x =symbols(lambda_, t,x)
>>>rs_series(-lambda_**2*x**3*exp(t) - lambda_**2*x…
-
- [ ] [Sensei/system_messages.py at main · migtissera/Sensei](https://github.com/migtissera/Sensei/blob/main/system_messages.py)
# TITLE: Sensei/system_messages.py at main · migtissera/Sensei
## SYS…
-
### Pre-processing
Following the approach in [4], the input images are bi-linearly up/down-sampled to a fixed resolution of 32x32. The results are subsequently converted to gray scale by discarding t…
-
SDL_RenderGeometryRaw already lets you specify an arbitrary stride for your vertex list.
It would be very useful to allow up to four spatial coordinates to be transmitted to the render backend if t…
-
## What problem does this solve or what need does it fill?
For very large game worlds, or for multiplayer games, it can be difficult to work within the floating point confines of f32. Giving users …
-
| | |
| --- | --- |
| Bugzilla Link | [46463](https://llvm.org/bz46463) |
| Version | trunk |
| OS | All |
| CC | @DimitryAndric,@ramosian-glider,@zmodem,@MaskRay,@jdoerfert,@LebedevRI,@nickdes…
-
# Sources / Summaries
## Thelen 2003 - Complete OpenSim Implementation Description
https://simtk-confluence.stanford.edu/download/attachments/2624181/CompleteDescriptionOfTheThelen2003MuscleMode…
-
Need all of:
- [x] div_euclid/rem_euclid
- [x] clamp
- [x] max/min
- [ ] rotate_left/rotate_right
- [x] swap_bytes/reverse_bits
- [x] saturating_add/saturating_sub
- [x] saturating_neg/saturati…
-
### Question
What is your vision for the future technical direction of Nix projects? What specific improvements or innovations do you believe should be prioritized to advance projects under Nix and a…