Giter Site home page Giter Site logo

operating-system's Introduction

Operating-System

This repository contains practical programs for the Operating System 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/Operating-System.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 Operating-System  
  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

operating-system's People

Contributors

ujju-27 avatar nothing-avil avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

nothing-avil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.