Skip to content

BragitOff.com

READ-LEARN-BRAG!

  • Archives
  • Compu geek
    • Android Studio
    • C Programs
      • Miscellaneous
      • Matrix Operations
      • Numerical Integration
      • Ordinary Differential Equations
      • Plots and Graphs
      • Random Numbers
      • Root Finding
      • Series Sum
    • C++ Programming
    • Scilab
    • Microprocessor 8085 Programming
    • Quantum Espresso
    • Web Publishing
    • Hacking
  • Physics
    • Digital Electronics
    • General Theory of Relativity
    • Lab Manual
    • Nanoscience and Nanotechnology
    • Numerical Analysis Programming
    • Numerical Analysis Theory
    • Physicists Bios
    • Popular Queries of Physics Students
    • Quantum Mechanics
    • Quantum Field Theory
    • Viva Questions
  • My Blog
  • Word-a-Geek
    • GRE/CAT Word List
    • Pictionary
    • Visual Dictionary
    • Word Power
  • DU Exclusive
    • College Rankings
    • DU News
    • Previous Year Question Papers
      • BMS Previous Year Papers
      • Botany (H) Previous Year Papers
      • Chemistry Hons Previous Year Question Papers
      • Commerce Previous Year Papers
      • Computer Sc. Hons. Previous Year Papers
      • Electronics (H) Previous Year Papers
      • English Honors Previous Year Question Papers
      • Math Honors Previous Year Question Papers
      • Physics Honors Previous Year Question Papers
      • Zoology Hons. Previous Year Papers
    • M.Sc Physics
      • Question Papers (Msc Physics)
      • Tutorials (Msc Physics)
  • DFT
    • DFT Simulations Database
    • Quantum Espresso
  • CrysX
    • CrysX: Crystallographic Tools
      • CrysX – Documentation
    • CrysX – 3D Viewer
      • CrysX-3D Viewer Documentation
      • CrysX – 3D Viewer Privacy Policy
    • CrysX – AR Documentation
    • CrysX-AR Privacy Policy

Category: C++ Programming

Here you can find all kinds of stuff related to C++ Programming. Being a Physics student I mostly upload the programs related to Physics or Numerical Analysis.
Hope you find it useful.

C++ Program to multiply two Matrices

C++ ProgrammingDec 19, 2017Dec 19, 2017 Manas Sharma

One can define matrices in C++ using 2-D arrays. In this post I will assume, that you are familiar with the concepts of…

Read More

C Program for Newton-Raphson Method

C Programs C++ Programming Numerical Analysis Programming Root FindingAug 18, 2017May 4, 2020 Manas Sharma

Newton-Raphson Method, is a Numerical Method, used for finding a root of an equation. The method requires the knowledge of the derivative of…

Read More

C++ Program for Determinant of a Matrix using Gauss Elimination

C++ Programming Numerical Analysis ProgrammingApr 4, 2017 Manas Sharma

So I wrote a code for Gaussian Elimination to solve a system of linear equations a while ago. But recently learned that it…

Read More
cpp cplusplus plus c

Numerical Analysis – C++ Programs for various techniques

C++ Programming Numerical Analysis ProgrammingNov 1, 2015May 1, 2016 Manas Sharma

Algebraic and transcendental equations To find the roots of an equation(algebraic or transcendental) by Bisection Method. Links:            …

Read More
numerical analysis methods categories techniques cloud tags

C++ Program for Modified Euler’s Method to solve an ODE

C++ Programming Numerical Analysis ProgrammingOct 28, 2015Dec 8, 2016 Manas Sharma

//Modified Euler’s Method for differential equations #include #include #include using namespace std; double df(double x, double y) { double a=x+y; //function for defining…

Read More

C++ Program for Euler’s Method to solve an ODE(Ordinary Differential Equation)

C++ Programming Numerical Analysis ProgrammingOct 27, 2015Dec 8, 2016 Manas Sharma

//Eulers Method to solve a differential equation #include #include #include using namespace std; double df(double x, double y) //function for defining dy/dx {…

Read More
cpp cplusplus plus c

Gaussian Elimination-(Lab Write-Up with Algorithm and FlowChart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Sep 12, 2016 Manas Sharma

Here is the Lab Write Up for a C++ Program for Gaussian Elimination to solve a System of Linear Equations. The Write-Up consists…

Read More

Backward Difference Table- (Lab Write-Up with Algorithm and Flowchart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Oct 17, 2015 Manas Sharma

Here is the Lab Write Up for a C++ Program for Backward Difference Table. The Write-Up consists of Algorithm, Flow Chart, Program, and…

Read More

Forward Difference Table- (Lab Write-Up with Algorithm and Flow Chart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Oct 17, 2015 Manas Sharma

Here is the Lab Write Up for a C++ Program for making a Forward Difference Table. The Write-Up consists of Algorithm, Flow Chart,…

Read More

Gauss-Seidel(Iterative Method) For System of Linear Equations-C++ Program

C++ Programming Numerical Analysis ProgrammingOct 13, 2015Apr 16, 2020 Manas Sharma

So I wrote this piece of code for solving a system of linear equations using Gauss-Seidel’s Iterative method in the fifth semester of…

Read More
programming coding blue hands digital keyboard fingers

Posts navigation

1 2 3 4 Next

Follow us on FB

Follow us on FB

Latest Articles

  • 3D Trajectory Animated using Matplotlib (Python)
    Oct 31, 2020
  • 3D Line or Scatter plot using Matplotlib (Python) [3D Chart]
    Oct 31, 2020
  • Animated plots using Matplotlib (Python) [SINE WAVE ANIMATION]
    Oct 31, 2020
  • Performing SYMBOLIC/ANALYTICAL Integration or Differentiation using PYTHON [TUTORIAL]
    Aug 20, 2019
  • Solving a System of Linear Equations using Python
    Aug 19, 2019
  • Matrix Operations in Python using SciPy
    Aug 19, 2019

SUBSCRIBE ON YOUTUBE

Get the official BragitOff App

Get it on Google Play

Currently Reading

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Ask a question on our forum

  • About
  • Policies
  • Apps

Alexa Rank-Help us : Write a review about us

Social

  • View ducktape07’s profile on Facebook
  • View manassharma07’s profile on Twitter
  • View ducktape07’s profile on Instagram
  • View manassharma24059a12a’s profile on LinkedIn
  • View manassharma100’s profile on YouTube
  • View manassharma07’s profile on Google+
  • View manassharma07’s profile on WordPress.org

SUBSCRIBE ON YOUTUBE

Get the official BragitOff App

Get it on Google Play
Powered by Nevler. © 2021 BragitOff.com. All Rights Reserved.