When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. List of dynamical systems and differential equations topics

    en.wikipedia.org/wiki/List_of_dynamical_systems...

    Examples of differential equations; Autonomous system (mathematics) Picard–Lindelöf theorem; Peano existence theorem; Carathéodory existence theorem; Numerical ordinary differential equations; Bendixson–Dulac theorem; Gradient conjecture; Recurrence plot; Limit cycle; Initial value problem; Clairaut's equation; Singular solution ...

  3. Linear dynamical system - Wikipedia

    en.wikipedia.org/wiki/Linear_dynamical_system

    Linear dynamical systems are dynamical systems whose evolution functions are linear.While dynamical systems, in general, do not have closed-form solutions, linear dynamical systems can be solved exactly, and they have a rich set of mathematical properties.

  4. Hamiltonian system - Wikipedia

    en.wikipedia.org/wiki/Hamiltonian_system

    One example is the planetary movement of three bodies: while there is no closed-form solution to the general problem, Poincaré showed for the first time that it exhibits deterministic chaos. Formally, a Hamiltonian system is a dynamical system characterised by the scalar function H ( q , p , t ) {\displaystyle H({\boldsymbol {q}},{\boldsymbol ...

  5. Dynamic problem (algorithms) - Wikipedia

    en.wikipedia.org/wiki/Dynamic_problem_(algorithms)

    Static problem For a set of N numbers find the maximal one. The problem may be solved in O(N) time. Dynamic problem For an initial set of N numbers, dynamically maintain the maximal one when insertion and deletions are allowed. A well-known solution for this problem is using a self-balancing binary search tree. It takes space O(N), may be ...

  6. Dynamic programming - Wikipedia

    en.wikipedia.org/wiki/Dynamic_programming

    Top-down approach: This is the direct fall-out of the recursive formulation of any problem. If the solution to any problem can be formulated recursively using the solution to its sub-problems, and if its sub-problems are overlapping, then one can easily memoize or store the solutions to the sub-problems in a table (often an array or hashtable ...

  7. Euler's equations (rigid body dynamics) - Wikipedia

    en.wikipedia.org/wiki/Euler's_equations_(rigid...

    Torque-free precessions are non-trivial solution for the situation where the torque on the right hand side is zero. When I is not constant in the external reference frame (i.e. the body is moving and its inertia tensor is not constantly diagonal) then I cannot be pulled through the derivative operator acting on L.

  8. List of unsolved problems in physics - Wikipedia

    en.wikipedia.org/wiki/List_of_unsolved_problems...

    The following is a list of notable unsolved problems grouped into broad areas of physics. [1]Some of the major unsolved problems in physics are theoretical, meaning that existing theories seem incapable of explaining a certain observed phenomenon or experimental result.

  9. Mathematical optimization - Wikipedia

    en.wikipedia.org/wiki/Mathematical_optimization

    The satisfiability problem, also called the feasibility problem, is just the problem of finding any feasible solution at all without regard to objective value. This can be regarded as the special case of mathematical optimization where the objective value is the same for every solution, and thus any solution is optimal.