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
  • Research
  • Conferences
  • Machine Learning
  • Quantum Chemistry
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • TURBOMOLE
    • PySCF
    • NWChem
    • DFT
    • Quantum Espresso
    • DFT Simulations Database
  • CrysX
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • 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: Numerical Analysis Programming

Here you may find useful articles and programs on Numerical Analysis.

Triangular Wave (Periodic Function) – C Program

C Programs Numerical Analysis Programming Plots and GraphsAug 18, 2017May 4, 2020 Manas Sharma

One might need to work with periodic functions in C for several reasons. Periodic functions are an important class of functions with numerous…

Read More

Simpson’s 1/3 Rule – C Program

C Programs Numerical Analysis Programming Numerical IntegrationAug 18, 2017Apr 28, 2023 Manas Sharma

Simpson’s Rule is a Numerical technique to find the definite integral of a function within a given interval. The function is divided into…

Read More
1/3rd c++

Trapezoidal Rule – C Program

C Programs Numerical Analysis Programming Numerical IntegrationAug 18, 2017Apr 28, 2023 Manas Sharma

Trapezoidal Rule is a Numerical technique to find the definite integral of a function. The function is divided into many sub-intervals and each…

Read More
c++ program trapezoidal rule

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 Bisection Method

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

Bisection Method, is a Numerical Method, used for finding a root of an equation. The method is based upon bisecting an interval that…

Read More

Polynomial Fitting – JAVA Code/Program (works on Android as well)

Android Studio Numerical Analysis ProgrammingApr 4, 2017Apr 21, 2023 Manas Sharma

Okay, so the following is a code for fitting a polynomial to a given set of data using the Least Squares Approximation Method(Wikipedia). Formula…

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

Linear Fitting – JAVA / Android [Code/Program]

Android Studio Numerical Analysis ProgrammingMar 30, 2017Aug 20, 2017 Manas Sharma

In this post I would be explaining the code to find the best linear fit for a given set of data points. Or…

Read More

Exponential Fitting – JAVA / Android [Code/Program]

Android Studio Numerical Analysis ProgrammingMar 19, 2017Mar 19, 2017 Manas Sharma

In this post I will be showing you how to write a code that fits the data-points to an exponential function, like: eq(1)…

Read More

Curve Fit- Tools [ANDROID APP]

Coding Numerical Analysis ProgrammingFeb 21, 2017 Manas Sharma

Welcome to Curve Fit – Tools Curve Fit – Tools helps you find out the best fit to a curve using the Least…

Read More

Posts navigation

Previous 1 … 4 5 6 7 8 … 12 Next

Latest Articles

  • A Computational Chemistry Alphabet for Curious Young Minds
    Nov 21, 2025
  • How to Properly Cite VASP in Your Research Papers | A Guide with Examples and Formats
    Dec 11, 2024
  • Exchange-Correlation Functionals [Explained for Beginners]
    May 1, 2024
  • Why is chemical accuracy defined as 1 kcal/mol? [SOLVED]
    Apr 29, 2024
  • What is Electron Correlation? [EXPLAINED]
    Dec 4, 2023
  • Automate Bulk Downloading of Molecular Properties and 3D Structures from ChemSpider with Python and Chemspipy
    Nov 16, 2023

SUBSCRIBE ON YOUTUBE

Follow me on Instagram

[instagram-feed feed=1]

  • About
  • Policies

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

Powered by Nevler. © 2026 BragitOff.com. All Rights Reserved.
 

Loading Comments...