When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Logistic map - Wikipedia

    en.wikipedia.org/wiki/Logistic_map

    Download QR code; Print/export ... import numpy as np import matplotlib.pyplot as plt interval = (2.8, 4) # start, end accuracy = 0.0001 reps = 600 # number of ...

  3. NumPy - Wikipedia

    en.wikipedia.org/wiki/NumPy

    NumPy (pronounced / ˈ n ʌ m p aɪ / NUM-py) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. [3]

  4. File:Hyperbolic flow example, illustrating stable and ...

    en.wikipedia.org/wiki/File:Hyperbolic_flow...

    import numpy as np import matplotlib.pyplot as plt Define the vector field; def f(x, y): return np.array([x + np.exp(-y), -y]) Define the domain; xmin, xmax, ymin, ymax = -1.7, -0.5, -1, 1 Define the grid; nx, ny = 80, 80 x = np.linspace(xmin, xmax, nx) y = np.linspace(ymin, ymax, ny) X, Y = np.meshgrid(x, y) Evaluate the vector field on the grid

  5. Mesh generation - Wikipedia

    en.wikipedia.org/wiki/Mesh_generation

    The terms "mesh generation," "grid generation," "meshing," " and "gridding," are often used interchangeably, although strictly speaking the latter two are broader and encompass mesh improvement: changing the mesh with the goal of increasing the speed or accuracy of the numerical calculations that will be performed over it.

  6. Adaptive mesh refinement - Wikipedia

    en.wikipedia.org/wiki/Adaptive_mesh_refinement

    In numerical analysis, adaptive mesh refinement (AMR) is a method of adapting the accuracy of a solution within certain sensitive or turbulent regions of simulation, dynamically and during the time the solution is being calculated.

  7. Grid (spatial index) - Wikipedia

    en.wikipedia.org/wiki/Grid_(spatial_index)

    In the context of a spatial index, a grid or mesh is a regular [citation needed] tessellation of a manifold or 2-D surface that divides it into a series of contiguous cells, which can then be assigned unique identifiers and used for spatial indexing purposes.

  8. Arnoldi iteration - Wikipedia

    en.wikipedia.org/wiki/Arnoldi_iteration

    In numerical linear algebra, the Arnoldi iteration is an eigenvalue algorithm and an important example of an iterative method.Arnoldi finds an approximation to the eigenvalues and eigenvectors of general (possibly non-Hermitian) matrices by constructing an orthonormal basis of the Krylov subspace, which makes it particularly useful when dealing with large sparse matrices.

  9. Numerical 3-dimensional matching - Wikipedia

    en.wikipedia.org/wiki/Numerical_3-dimensional...

    Numerical 3-dimensional matching is an NP-complete decision problem. It is given by three multisets of integers, and , each containing elements, and a bound .The goal is to select a subset of such that every integer in , and occurs exactly once and that for every triple (,,) in the subset + + = holds.