About 1,570,000 results
Open links in new tab
  1. roots - Polynomial roots - MATLAB - MathWorks

    Use the poly function to obtain a polynomial from its roots: p = poly(r). The poly function is the inverse of the roots function. Use the fzero function to find the roots of nonlinear equations.

  2. fzero - Root of nonlinear function - MATLAB - MathWorks

    To solve an equation fun(x) = c(x), instead solve fun2(x) = fun(x) - c(x) = 0. To include extra parameters in your function, see the example Root of Function with Extra Parameter and the …

  3. Roots of Polynomials - MATLAB & Simulink - MathWorks

    The roots function calculates the roots of a single-variable polynomial represented by a vector of coefficients. For example, create a vector to represent the polynomial x 2 − x − 6 , then …

  4. solve - Equations and systems solver - MATLAB - MathWorks

    When you solve a polynomial equation, the solver might use root to return the solutions. Solve a third-degree polynomial.

  5. root - Represent roots of polynomial - MATLAB - MathWorks

    When solving a high-degree polynomial, solve represents the roots by using root. Alternatively, you can either return an explicit solution by using the MaxDegree option or return a numerical …

  6. finding roots in a quadratic formula - MATLAB Answers - MathWorks

    Nov 30, 2019 · finding roots in a quadratic formula . Learn more about quadraticformula MATLAB im not entirely sure what i am doing wrong but this is the sciprt that i have written so far …

  7. How can I find roots of cubic function? - MATLAB Answers

    Apr 10, 2018 · I have a 3 x 3 matrix and with position (1,1) "x" as an unknown variable, after I solved for the invariants my cubic functions becomes y^3 - (x+50)y^2 +(500x -5200)y + …

  8. Solving Nonlinear Equations with MATLAB - MathWorks

    Learn the basics to solving nonlinear equations in MATLAB . Apply root-finding methods to solve nonlinear equations across fields of engineering, physics, and biology.

  9. Finding all roots of nonlinear function - MATLAB Answers

    Mar 4, 2021 · How would I find all the roots of the function I know all sine functions have multiple roots and so this function may also have multiple roots but how would I find all these roots? …

  10. fsolve - Solve system of nonlinear equations - MATLAB - MathWorks

    When successful, fsolve only gives one root. The default trust-region dogleg method can only be used when the system of equations is square, i.e., the number of equations equals the number …

Refresh