• Skip to primary navigation
  • Skip to content
  • Skip to footer
Numerics.NET
Try Free Buy Now Find Anything Sign In Account
  • Welcome
  • .NET Libraries
  • Write Great Code
  • 30 Day Free Trial
  • Pricing
  • Your account
  • QuickStart Samples
  • Nuget Packages
  • Documentation
    • User's Guide and Reference
    • What's New
    • Release Notes
    • In depth: Tensors
      • Version 8.1
        • Deployment Guide
        • Nuget packages
        • Configuration
        • Using Parallelism
        • Mathematics Library User's Guide
          • General Classes
          • Mathematical Functions
          • Complex Numbers
          • Arbitrary Precision Arithmetic
          • Automatic Differentiation
          • Curves and Interpolation
          • Curve Fitting
          • Solving Equations
            • The EquationSolver Class
            • Methods that use the Derivative
            • Methods that do not use the derivative
            • Solving Systems of Non-Linear Equations
          • Optimization
          • Calculus
          • Fast Fourier Transforms
          • Random Numbers
          • Generic Arithmetic
          • Appendices
        • Vector and Matrix Library User's Guide
        • Data Analysis Library User's Guide
        • Statistics Library User's Guide
        • Data Access Library User's Guide
        • Reference
  • Contact Us
  • Blog

This is documentation for an old release of Numerics.NET (version 8.1). Read this page in the documentation of the latest stable release (version 9.0).

  1. Home
  2. Documentation
  3. Version 8.1
  4. Mathematics Library User's Guide
  5. Solving Equations
C# Visual Basic C++/CLI F#

Solving Equations

On this page

Numerics.NET provides a set of classes for finding the roots of equations or solving systems of equations. The classes that implement root finding algorithms reside in the Extreme.Mathematics.EquationSolvers namespace.

  • The EquationSolver Class
  • Methods that do not use the derivative
  • Methods that use the Derivative
  • Solving Systems of Non-Linear Equations
On this page

This website uses cookies to improve your experience. Learn more.

Got it!