-
This code seems relatively simple and small:
https://github.com/planelles20/numerical-methods-fortran
-
### Problem
Need to add theory documentation for different numerical methods and physics modules in svFSIplus
### Solution
Add theory documentation for different numerical methods and physics modul…
-
Link to challenge: https://model-checking.github.io/verify-rust-std/challenges/0011-floats-ints.html
-
I would like to propose the addition of a section in the Rust Cookbook dedicated to numerical integration. Numerical integration is a foundational topic in many fields such as engineering, physics, an…
-
Move the Numerical functionality Specifically
* RK4 numerical method and
* Step halving adaptivity
from https://github.com/jmosborne/MultiCellularNumericalMethods into develop.
-
[Newton's Method](http://en.wikipedia.org/wiki/Newton%27s_method)
[Fixed-point iteration](http://en.wikipedia.org/wiki/Fixed-point_iteration)
[Lagrange polynomial](http://en.wikipedia.org/wiki/Lagrang…
-
```
using NaturalEarth, Rasters, GeometryOps
countries = naturalearth("admin_0_countries", 110);
dx = Dim{:X}(-180:180)
dy = Dim{:Y}(-90:90)
# you can not rasterize non-numeric attributes int…
-
It would be good to have numerical integration and differentiation. Integration would be using the Newton–Cotes formulas, and differentiation by the Symmetric derivative.
-
##Description
Data cleaning can be challenging and time-consuming, especially for beginners who may not know the best practices. This feature simplifies the process by identifying common data issues …
-
The following methods are documented as part of the Numeric role but aren't present in the Numeric source (found with xt/check-signatures.t)
```
ok 2 - # SKIP Numeric.Int not found on Numeric
…
coke updated
5 months ago