Skip to content

Ujju-27/CBNST

Repository files navigation

CBNST Practicals

This repository contains practical programs for the CBNST course. Each folder contains the C programs for the respective practical.

Table of Contents

Installation

Cloning the Repository To clone this repository, follow the steps below:

  1. Open your terminal or command prompt on your computer.
  2. Navigate to the directory where you want to clone the repository.
  3. Type the following command:
   https://github.com/Ujju/CBNST.git
  1. Press enter to execute the command.
  2. Wait for the cloning process to finish.
  3. Once the cloning process is complete, navigate to the cloned repository using the following command:
   cd CBNST  
  1. You can now explore the repository and use it as needed.

Usage

This repository contains the following programs:

To Run them use following commands every execution is attached in output in above folders you can also refer there...

  cd MethodName
  gcc -o a program_Name.c
  ./a

Practical-01

Write a program in C to find absolute, relative and percentage error for round- off and truncation cases.

Link: Error

Practical-02

Write a program in C to find the roots of any polynomial / transcendental equation using bisection method correct up to three decimal places.

Link: Bisection

Practical-03

Write a program in C to find the solution of any transcendental equation using Secant method correct up to three decimal places.

Link: Secant

Practical-04

  1. Write a program in C to find the solution of any non-polynomial equation using Newton-Raphson method correct up to four decimal places.

Link: Netwon Raphson

Practical-05

  1. Write a program in C to find the roots of any non-polynomial equation using Iteration method correct up to four decimal places.

Link: Iterative

Practical-06

  1. Write a program in C to find the roots of any non-polynomial equation using GaussElimination method correct up to four decimal places.

Link: Gausselimination

Practical-07

  1. Write a program in C to find the roots of any non-polynomial equation using GaussJordan method correct up to four decimal places.

Link: GaussJordan

Practical-08

  1. Write a program in C to find the roots of any non-polynomial equation using GaussSeidal method correct up to four decimal places.

Link: GaussSeidal

Practical-09

  1. Write a program in C to find the roots of any non-polynomial equation using Newton Forward Interpolation method correct up to four decimal places.

Link: NewtonForward

Practical-10

  1. Write a program in C to find the roots of any non-polynomial equation using Newton Backward Interpolation method correct up to four decimal places.

Link: NewtonBackward

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages