Skip to content

BragitOff.com

READ-LEARN-BRAG!

  • Archives
  • Coding
    • Machine Learning
    • Android Studio
    • C Programs
      • Miscellaneous
      • Matrix Operations
      • Numerical Integration
      • Ordinary Differential Equations
      • Plots and Graphs
      • Random Numbers
      • Root Finding
      • Series Sum
    • C++ Programming
    • Python
    • Scilab
    • Microprocessor 8085 Programming
  • Physics
    • Digital Electronics
    • General Theory of Relativity
    • Lab Manuals
    • Mathematical Physics
    • Nanoscience and Nanotechnology
    • Numerical Analysis Programming
    • Popular Queries of Physics Students
    • Quantum Mechanics
    • Quantum Field Theory
    • Viva Questions
  • Word-a-Geek
    • Pictionary
    • Visual Dictionary
  • Conferences
  • Machine Learning
  • Quantum Chemistry
    • TURBOMOLE
    • PySCF
    • NWChem
    • DFT
    • Quantum Espresso
    • DFT Simulations Database
  • CrysX
    • CrysX – Neural Network (crysx_nn)
    • CrysX: Crystallographic Tools
      • CrysX – Documentation
    • CrysX – 3D Viewer
      • CrysX-3D Viewer Documentation
      • CrysX – 3D Viewer Privacy Policy
    • CrysX – AR Documentation
    • CrysX-AR Privacy Policy
    • Molecule Database

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, 2017Dec 1, 2022 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, 2015Nov 22, 2021 Manas Sharma

Run the code online here: https://onlinegdb.com/N-6KusNbR Code: Run the code online here: https://onlinegdb.com/N-6KusNbR Sample output Exact (ideal) solution Explaination of the code: Manas…

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

  • How to solve SCF convergence issues when running a DFT/HF calculation❓🤔 [SOLVED]
    Mar 13, 2023
  • Creating Molecular Animations as Movies or GIFS using Jmol and FFmpeg
    Mar 5, 2023
  • How to calculate and plot molecular orbitals from a DFT/HF calculation using PySCF❓🤔 | TUTORIAL👨‍💻
    Mar 4, 2023
  • numerical methods for root finding thumbnail for youtube and blog post
    Numerical Methods for Root Finding – with Python code
    Jan 19, 2023
  • List of freely available molecular or crystal structure visualization software
    Dec 9, 2022
  • What are the approximations in Kohn-Sham DFT?
    Dec 3, 2022

SUBSCRIBE ON YOUTUBE

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
  • 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. © 2023 BragitOff.com. All Rights Reserved.
 

Loading Comments...