About 1,010,000 results
Open links in new tab
  1. math - how to put in mathematical equation in C - Stack Overflow

    May 25, 2011 · I've been trying to look up on Google how to put in an equation in my program but wasn't able to find any. How do you include: x = ( -b + √b2 - 4ac ) / 2a in the program? Here's my code:

  2. 14 Formula based C Programs and Code Examples - Tutorial Ride

    14 Solved Formula based C Programming examples with output, explanation and source code for beginners. Covers programs on finding area, perimeter, volume, simple and compound interest, converting units etc. Useful for all computer science freshers, BCA, BE, BTech, MCA students.

  3. C Program to Find the Roots of a Quadratic Equation

    This program accepts coefficients of a quadratic equation from the user and displays the roots (both real and complex roots depending upon the discriminant). Learn to code solving problems and writing code with our hands-on C Programming course.

  4. C program to solve Polynomial and Differential Equations

    Jul 31, 2018 · In this program, we will learn how to solve polynomial and differential equations using C programming language? We all know what polynomial equations are and it is one of the common problems given to the beginners when they first start learning C.

  5. Equation Solving with C Programming - India Study Channel

    Jun 19, 2016 · In theory of equations, the general equations encountered are quadratic equations, cubic equations and n linear equations of n variables. In this article, I am going to discuss how to solve such equations by yourselves and by C programming.

  6. Find Solution of Linear Equation in C - Online Tutorials Library

    Mar 26, 2021 · Learn how to find the solution of linear equations using C programming with this comprehensive guide.

  7. Solving Equations in Programming and Coding - Code with C

    Feb 7, 2024 · Equations in programming come in all shapes and sizes. You’ve got your linear equations, quadratic equations, polynomial equations, transcendental equations, and probably even equations that haven’t been named yet! Each type brings its own set of …

  8. Euler's Method C Program - Codesansar

    Implementation of Euler's method for solving ordinary differential equation using C programming language. Output of this is program is solution for dy/dx = x + y with initial condition y = 1 for x = 0 i.e. y(0) = 1 and we are trying to evaluate this differential equation at y = 1.

  9. programming languages - How to simplify and display an equation using C ...

    Feb 8, 2011 · It's easily implemented in MATLAB if you have the Symbolic Math toolbox or in GNU Octave (as described in this tutorial) which is freely available. Google recommends GiNaC for C++. Further googling may turn up something for C. @user553492: then, if the answer is useful to you, upvote it!

  10. Solving Quadratic Equations in C - Code with C

    Jun 14, 2022 · Solving Quadratic Equations in C or finding the roots of Quadratic Equations with source code, algorithm, and sample output.

Refresh